MCPcopy 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
2380void SymbolDatabase::clangSetVariables(const std::vector<const Variable *> &vars)
2381{
2382 mVariableList = vars;
2383}
2384
2385void SymbolDatabase::debugSymbolDatabase() const
2386{

Callers 1

parseClangAstDumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected