Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isInlineKeyword
Function
isInlineKeyword
lib/symboldatabase.h:903–905 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
901
setFlag(fHasBody, state);
902
}
903
bool isInlineKeyword() const {
904
return getFlag(fIsInlineKeyword);
905
}
906
907
bool isEscapeFunction() const {
908
return getFlag(fIsEscapeFunction);
Callers
1
setFlags
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected