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

Function findType

lib/symboldatabase.h:1375–1378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373
1374 const Type* findType(const Token* startTok, const Scope* startScope, bool lookOutside = false) const;
1375 Type* findType(const Token* startTok, Scope* startScope, bool lookOutside = false)
1376 {
1377 return const_cast<Type*>(this->findType(startTok, static_cast<const Scope*>(startScope), lookOutside));
1378 }
1379
1380 const Scope *findScope(const Token *tok, const Scope *startScope) const;
1381 Scope *findScope(const Token *tok, Scope *startScope) {

Calls 1

findTypeMethod · 0.80

Tested by

no test coverage detected