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

Method isAlias

lib/templatesimplifier.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 setFlag(fIsVariable, state);
104 }
105 void isAlias(bool state) {
106 setFlag(fIsAlias, state);
107 }
108 void isSpecialization(bool state) {
109 setFlag(fIsSpecialization, state);
110 }

Callers 6

specMatchFunction · 0.45
printOutMethod · 0.45
simplifyTemplatesMethod · 0.45

Calls 2

setFlagFunction · 0.70
getFlagFunction · 0.70

Tested by

no test coverage detected