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

Method accept0

kdevplatform/language/duchain/types/arraytype.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void ArrayType::accept0(TypeVisitor* v) const
84{
85 if (v->visit(this)) {
86 acceptType(d_func()->m_elementType.abstractType(), v);
87 }
88
89 v->endVisit(this);
90}
91
92void ArrayType::exchangeTypes(TypeExchanger* exchanger)
93{

Callers 1

acceptMethod · 0.45

Calls 3

visitMethod · 0.45
abstractTypeMethod · 0.45
endVisitMethod · 0.45

Tested by

no test coverage detected