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

Method isVariable

lib/templatesimplifier.h:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 setFlag(fIsFunction, state);
101 }
102 void isVariable(bool state) {
103 setFlag(fIsVariable, state);
104 }
105 void isAlias(bool state) {
106 setFlag(fIsAlias, state);
107 }

Callers 7

checkFileUsageMethod · 0.80
expandTemplateMethod · 0.80
printOutMethod · 0.80
findTypeEndFunction · 0.80
checkScopeMethod · 0.80

Calls 2

setFlagFunction · 0.70
getFlagFunction · 0.70

Tested by

no test coverage detected