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

Method encounter

plugins/qmljs/duchain/expressionvisitor.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void ExpressionVisitor::encounter(IntegralType::CommonIntegralTypes type)
278{
279 encounter(AbstractType::Ptr(new IntegralType(type)));
280}
281
282void ExpressionVisitor::encounter(const QString& declaration, KDevelop::DUContext* context)
283{

Callers

nothing calls this directly

Calls 1

isQmlFileFunction · 0.85

Tested by

no test coverage detected