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

Method Visit

IDEHelper/Compiler/BfDefBuilder.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void BfDefBuilder::Visit(BfIdentifierNode* identifier)
148{
149 if (mResolvePassData != NULL)
150 mResolvePassData->mExteriorAutocompleteCheckNodes.push_back(identifier);
151}
152
153// We need to be aware of the startNode because the reducer adds specifiers like 'static' and 'public' AFTER the method has
154// already been handled, so we need to ignore that space while determining if we're "inside" this method or not during

Callers

nothing calls this directly

Calls 15

VisitFunction · 0.85
FailFunction · 0.85
HashStringFunction · 0.85
NamespaceStateClass · 0.85
MixinStrMethod · 0.80
GetTokenMethod · 0.80
HasAutoPropertyMethod · 0.80
GetAutoPropertyNameMethod · 0.80
GetGenericParamIdxMethod · 0.80
GetSourceDataMethod · 0.80
GetParserMethod · 0.80
AddNamespaceUsageMethod · 0.80

Tested by

no test coverage detected