Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ astParent
Function
astParent
lib/token.h:1581–1583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1579
return mImpl->mAstOperand2;
1580
}
1581
Token * astParent() {
1582
return mImpl->mAstParent;
1583
}
1584
const Token * astParent() const {
1585
return mImpl->mAstParent;
1586
}
Callers
1
astSibling
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected