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

Function typeStartToken

lib/symboldatabase.h:264–266  ·  view source on GitHub ↗

* Get type start token. * The type start token doesn't account 'static' and 'const' qualifiers * E.g.: * static const int * const p = ...; * type start token ^ * @return type start token */

Source from the content-addressed store, hash-verified

262 * @return type start token
263 */
264 const Token *typeStartToken() const {
265 return mTypeStartToken;
266 }
267
268 /**
269 * Get type end token.

Callers 2

declEndTokenMethod · 0.85
smartPointerTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected