Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6540
const Type* Scope::findType(const std::string& name) const
6541
{
6542
return findTypeImpl<const Scope, const Type>(*this, name);
6543
}
6544
6545
Type* Scope::findType(const std::string& name)
6546
{
Callers
12
createSymbolDatabaseSetVariablePointers
Method · 0.80
smartPointerType
Method · 0.80
typesMatch
Function · 0.80
initBaseInfo
Method · 0.80
findVariableTypeInBase
Method · 0.80
findVariableType
Method · 0.80
findRecordInBase
Method · 0.80
findRecordInNestedListImpl
Function · 0.80
findTypeImpl
Function · 0.80
findTypeInNested
Method · 0.80
findType
Function · 0.80
setTypes
Function · 0.80
Calls
8
next
Method · 0.80
front
Method · 0.80
linkAt
Method · 0.80
findRecordInNestedList
Method · 0.80
findRecordInBase
Method · 0.80
simpleMatch
Function · 0.70
str
Method · 0.45
tokAt
Method · 0.45
Tested by
no test coverage detected