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

Method scopeDecl

lib/clangimport.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 void scopeDecl(const std::string &addr, Scope *scope) {
256 Decl decl(scope);
257 mDeclMap.emplace(addr, decl);
258 }
259
260 void varDecl(const std::string &addr, Token *def, Variable *var) {
261 Decl decl(def, var);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected