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

Function tokType

lib/token.h:390–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388 const ValueType *argumentType() const;
389
390 Token::Type tokType() const {
391 return mTokType;
392 }
393 void tokType(Token::Type t) {
394 mTokType = t;
395

Callers 7

variableFunction · 0.85
enumeratorFunction · 0.85
update_property_infoMethod · 0.85
takeDataMethod · 0.85
functionMethod · 0.85
typeMethod · 0.85

Calls 1

setFlagFunction · 0.70

Tested by

no test coverage detected