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

Function isCPP

lib/tokenize.h:66–68  ·  view source on GitHub ↗

Is the code CPP. Used for bailouts */

Source from the content-addressed store, hash-verified

64
65 /** Is the code CPP. Used for bailouts */
66 bool isCPP() const {
67 return list.isCPP();
68 }
69
70 /**
71 * Check if inner scope ends with a call to a noreturn function

Callers 15

simplifyPlatformTypesMethod · 0.85
isKeywordMethod · 0.85
simplifyTypedefCppMethod · 0.85
simplifyUsingMethod · 0.85
combineOperatorsMethod · 0.85
setVarIdPass1Method · 0.85
simplifyTokenList1Method · 0.85
removePragmaMethod · 0.85
simplifyVarDeclMethod · 0.85

Calls 1

isCPPMethod · 0.80

Tested by

no test coverage detected