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

Method accept

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

Source from the content-addressed store, hash-verified

88}
89
90void AbstractType::accept(TypeVisitor* v) const
91{
92 if (v->preVisit(this))
93 this->accept0(v);
94
95 v->postVisit(this);
96}
97
98void AbstractType::acceptType(AbstractType::Ptr type, TypeVisitor* v)
99{

Callers 2

collectItemsMethod · 0.45
acceptTypeMethod · 0.45

Calls 3

preVisitMethod · 0.45
accept0Method · 0.45
postVisitMethod · 0.45

Tested by

no test coverage detected