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

Method CheckAttributeTypeRef

IDEHelper/Compiler/BfAutoComplete.cpp:2381–2387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2379}
2380
2381void BfAutoComplete::CheckAttributeTypeRef(BfTypeReference* typeRef)
2382{
2383 if (!IsAutocompleteNode(typeRef))
2384 return;
2385
2386 CheckTypeRef(typeRef, false, false, true);
2387}
2388
2389void BfAutoComplete::CheckInvocation(BfAstNode* invocationNode, BfTokenNode* openParen, BfTokenNode* closeParen, const BfSizedArray<ASTREF(BfTokenNode*)>& commas)
2390{

Callers 2

GetCustomAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected