| 1393 | } |
| 1394 | |
| 1395 | SmallVector<ReferenceToken> followAllReferences(const Token* tok, bool temporary) |
| 1396 | { |
| 1397 | return followAllReferencesInternal(tok, temporary); |
| 1398 | } |
| 1399 | |
| 1400 | const Token* followReferences(const Token* tok, ErrorPath* errors) |
| 1401 | { |
no test coverage detected