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

Method findRecordInNestedList

lib/symboldatabase.cpp:6501–6505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6499}
6500
6501const Scope* Scope::findRecordInNestedList(const std::string & name, bool isC) const
6502{
6503 std::set<const Scope*> visited;
6504 return findRecordInNestedListImpl<const Scope, const Type>(*this, name, isC, visited);
6505}
6506
6507Scope* Scope::findRecordInNestedList(const std::string & name, bool isC)
6508{

Callers 10

addClassFunctionMethod · 0.80
findEnumScopeInBaseFunction · 0.80
findEnumeratorMethod · 0.80
findVariableTypeMethod · 0.80
findFunctionMethod · 0.80
findScopeMethod · 0.80
findTypeMethod · 0.80
findTypeInNestedMethod · 0.80
findFunctionInScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected