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

Method isDefinition

lib/clangimport.cpp:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482bool clangimport::AstNode::isDefinition() const
483{
484 return contains(mExtTokens, "definition");
485}
486
487std::string clangimport::AstNode::getTemplateParameters() const
488{

Callers

nothing calls this directly

Calls 1

containsFunction · 0.85

Tested by

no test coverage detected