Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isName
Function
isName
lib/token.h:408–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
return mTokType == eKeyword;
407
}
408
bool isName() const {
409
return getFlag(fIsName);
410
}
411
bool isNameOnly() const {
412
return mFlags == fIsName && mTokType == eName;
413
}
Callers
2
isUpperCaseName
Method · 0.85
stringify
Method · 0.85
Calls
1
getFlag
Function · 0.70
Tested by
no test coverage detected