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

Method getTypedefToken

lib/tokenize.cpp:639–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 }
638
639 const Token* getTypedefToken() const {
640 return mTypedefToken;
641 }
642
643 bool isUsed() const {
644 return mUsed;

Callers 1

simplifyTypedefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected