Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTemplateDeclarations
Method · 0.80
printOut
Method · 0.80
Calls
2
setFlag
Function · 0.70
getFlag
Function · 0.70
Tested by
no test coverage detected