Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2320
bool TokenList::isC() const
2321
{
2322
return mLang == Standards::Language::C;
2323
}
2324
2325
bool TokenList::isCPP() const
2326
{
Callers
15
checkFunctionVariableUsage_iterateScopes
Method · 0.80
checkCoutCerrMisusage
Method · 0.80
functionReturnType
Method · 0.80
checkStructVariable
Method · 0.80
runChecks
Method · 0.80
createSymbolDatabaseFindAllScopes
Method · 0.80
createSymbolDatabaseClassInfo
Method · 0.80
createSymbolDatabaseNeedInitialization
Method · 0.80
isFunction
Method · 0.80
returnImplicitIntError
Method · 0.80
clarifyCondition
Method · 0.80
checkScope
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected