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

Method accept0

kdevplatform/language/duchain/types/structuretype.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void StructureType::accept0(TypeVisitor* v) const
55{
56// TYPE_D(StructureType);
57 v->visit(this);
58
59 v->endVisit(this);
60}
61
62QString StructureType::toString() const
63{

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
endVisitMethod · 0.45

Tested by

no test coverage detected