MCPcopy Create free account
hub / github.com/beefytech/Beef / IsAutocomplete

Method IsAutocomplete

IDEHelper/Compiler/BfCompiler.cpp:5712–5715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5710
5711
5712bool BfCompiler::IsAutocomplete()
5713{
5714 return (mResolvePassData != NULL) && (mResolvePassData->mAutoComplete != NULL);
5715}
5716
5717bool BfCompiler::IsDataResolvePass()
5718{

Callers 15

TryInitVarMethod · 0.80
VisitMethod · 0.80
LocalVariableDoneMethod · 0.80
WarnMethod · 0.80
ResolveConstFieldMethod · 0.80
InitTypeInstMethod · 0.80
GetCustomAttributesMethod · 0.80
AddMethodReferenceMethod · 0.80
GetMethodInstanceMethod · 0.80
AssertErrorStateMethod · 0.80
EmitDtorBodyMethod · 0.80
ProcessMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected