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

Method isCPP

lib/tokenlist.cpp:2325–2328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2323}
2324
2325bool TokenList::isCPP() const
2326{
2327 return mLang == Standards::Language::CPP;
2328}
2329
2330const Token * TokenList::isFunctionHead(const Token *tok, const std::string &suffix)
2331{

Callers 15

checkFormatStringMethod · 0.80
runChecksMethod · 0.80
valueFlowNumberFunction · 0.80
valueFlowAfterMoveFunction · 0.80
valueFlowForwardAssignFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected