Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ clangSetVariables
Method
clangSetVariables
lib/symboldatabase.cpp:2380–2383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2378
}
2379
2380
void SymbolDatabase::clangSetVariables(const std::vector<const Variable *> &vars)
2381
{
2382
mVariableList = vars;
2383
}
2384
2385
void SymbolDatabase::debugSymbolDatabase() const
2386
{
Callers
1
parseClangAstDump
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected