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