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

Method findType

lib/symboldatabase.cpp:6540–6543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6538}
6539
6540const Type* Scope::findType(const std::string& name) const
6541{
6542 return findTypeImpl<const Scope, const Type>(*this, name);
6543}
6544
6545Type* Scope::findType(const std::string& name)
6546{

Callers 12

smartPointerTypeMethod · 0.80
typesMatchFunction · 0.80
initBaseInfoMethod · 0.80
findVariableTypeMethod · 0.80
findRecordInBaseMethod · 0.80
findTypeImplFunction · 0.80
findTypeInNestedMethod · 0.80
findTypeFunction · 0.80
setTypesFunction · 0.80

Calls 8

nextMethod · 0.80
frontMethod · 0.80
linkAtMethod · 0.80
findRecordInBaseMethod · 0.80
simpleMatchFunction · 0.70
strMethod · 0.45
tokAtMethod · 0.45

Tested by

no test coverage detected