MCPcopy Create free account
hub / github.com/KDE/kdevelop / visitFile

Method visitFile

plugins/qmakemanager/qmakefilevisitor.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39QMakeVariableResolver::VariableMap QMakeFileVisitor::visitFile(QMake::ProjectAST* node)
40{
41 visitProject(node);
42 return m_variableValues;
43}
44
45QStringList QMakeFileVisitor::visitMacro(QMake::ScopeBodyAST* node, const QStringList& arguments)
46{

Callers 1

readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected