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

Method isC

lib/tokenlist.cpp:2320–2323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2318}
2319
2320bool TokenList::isC() const
2321{
2322 return mLang == Standards::Language::C;
2323}
2324
2325bool TokenList::isCPP() const
2326{

Callers 15

checkCoutCerrMisusageMethod · 0.80
functionReturnTypeMethod · 0.80
checkStructVariableMethod · 0.80
runChecksMethod · 0.80
isFunctionMethod · 0.80
clarifyConditionMethod · 0.80
checkScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected