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

Method isPartialSpecialization

lib/templatesimplifier.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 setFlag(fIsSpecialization, state);
110 }
111 void isPartialSpecialization(bool state) {
112 setFlag(fIsPartialSpecialization, state);
113 }
114 void isForwardDeclaration(bool state) {
115 setFlag(fIsForwardDeclaration, state);
116 }

Callers 4

specMatchFunction · 0.80
printOutMethod · 0.80

Calls 2

setFlagFunction · 0.70
getFlagFunction · 0.70

Tested by

no test coverage detected