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

Method token

lib/templatesimplifier.h:169–171  ·  view source on GitHub ↗

TODO: do not return non-const pointer from const object

Source from the content-addressed store, hash-verified

167
168 // TODO: do not return non-const pointer from const object
169 Token * token() const {
170 return mToken;
171 }
172 void token(Token * token) {
173 mToken = token;
174 }

Callers 15

operator()Method · 0.80
expandTemplateMethod · 0.80
replaceTemplateUsageMethod · 0.80
getSpecializationsMethod · 0.80
printOutMethod · 0.80
simplifyTemplatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected