Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
variable
Function · 0.85
enumerator
Function · 0.85
update_property_info
Method · 0.85
update_property_isStandardType
Method · 0.85
takeData
Method · 0.85
function
Method · 0.85
type
Method · 0.85
Calls
1
setFlag
Function · 0.70
Tested by
no test coverage detected