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

Method isForwardDeclaration

lib/templatesimplifier.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 setFlag(fIsPartialSpecialization, state);
113 }
114 void isForwardDeclaration(bool state) {
115 setFlag(fIsForwardDeclaration, state);
116 }
117 void isVariadic(bool state) {
118 setFlag(fIsVariadic, state);
119 }

Callers 2

printOutMethod · 0.80

Calls 2

setFlagFunction · 0.70
getFlagFunction · 0.70

Tested by

no test coverage detected