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

Method GetAutoComplete

IDEHelper/Compiler/BfCompiler.cpp:5727–5732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5725}
5726
5727BfAutoComplete* BfCompiler::GetAutoComplete()
5728{
5729 if (mResolvePassData != NULL)
5730 return mResolvePassData->mAutoComplete;
5731 return NULL;
5732}
5733
5734bool BfCompiler::IsHotCompile()
5735{

Callers 15

TryCaseTupleMatchMethod · 0.45
TryCaseEnumMatchMethod · 0.45
HandleCaseBindMethod · 0.45
VisitCodeBlockMethod · 0.45
DoIfStatementMethod · 0.45
VisitMethod · 0.45
DoForLessMethod · 0.45
NewScopeStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected