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

Method accept0

kdevplatform/language/duchain/types/pointertype.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void PointerType::accept0(TypeVisitor* v) const
50{
51 if (v->visit(this))
52 acceptType(d_func()->m_baseType.abstractType(), v);
53
54 v->endVisit(this);
55}
56
57void PointerType::exchangeTypes(TypeExchanger* exchanger)
58{

Callers

nothing calls this directly

Calls 3

visitMethod · 0.45
abstractTypeMethod · 0.45
endVisitMethod · 0.45

Tested by

no test coverage detected