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

Function isC

lib/token.h:1688–1691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1686 }
1687
1688 bool isC() const
1689 {
1690 return mIsC;
1691 }
1692};
1693
1694Token* findTypeEnd(Token* tok);

Callers 15

simplifyStdTypeMethod · 0.70
simplifyTypedefCppMethod · 0.70
simplifyExternCMethod · 0.70
simplifyTemplatesMethod · 0.70
setVarIdPass1Method · 0.70
setVarIdPass2Method · 0.70
createLinks2Method · 0.70
markCppCastsMethod · 0.70
simplifyTokenList1Method · 0.70
removePragmaMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected