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

Method parseDecl

lib/symboldatabase.cpp:8227–8232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8225}
8226
8227ValueType ValueType::parseDecl(const Token *type, const Settings &settings)
8228{
8229 ValueType vt;
8230 parsedecl(type, &vt, settings.platform.defaultSign == 'u' ? Sign::UNSIGNED : Sign::SIGNED, settings);
8231 return vt;
8232}
8233
8234ValueType::Type ValueType::typeFromString(const std::string &typestr, bool longType)
8235{

Callers

nothing calls this directly

Calls 1

parsedeclFunction · 0.85

Tested by

no test coverage detected