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

Function type

lib/symboldatabase.h:521–523  ·  view source on GitHub ↗

* Get Type pointer of known type. * @return pointer to type if known, NULL if not known */

Source from the content-addressed store, hash-verified

519 * @return pointer to type if known, NULL if not known
520 */
521 const Type *type() const {
522 return mType;
523 }
524
525 /**
526 * Get Scope pointer of known type.

Callers 1

isEnumTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected