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

Function valueType

lib/token.h:383–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 static nonneg int getStrSize(const Token *tok, const Settings & settings);
382
383 const ValueType *valueType() const {
384 return mImpl->mValueType;
385 }
386 void setValueType(ValueType *vt);
387
388 const ValueType *argumentType() const;

Callers 1

isStlStringViewTypeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected