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

Method isFriend

lib/templatesimplifier.h:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 setFlag(fIsVariadic, state);
119 }
120 void isFriend(bool state) {
121 setFlag(fIsFriend, state);
122 }
123
124 /**
125 * Get specified flag state.

Callers 9

printOutMethod · 0.80
printXmlMethod · 0.80
specMatchFunction · 0.80
printOutMethod · 0.80
simplifyTemplatesMethod · 0.80
checkShadowVariablesMethod · 0.80
checkConstMethod · 0.80

Calls 2

setFlagFunction · 0.70
getFlagFunction · 0.70

Tested by

no test coverage detected