MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / followAllReferences

Function followAllReferences

lib/astutils.cpp:1395–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

getExprIdForOperandFunction · 0.85
token.cppFile · 0.85

Calls 1

Tested by

no test coverage detected