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

Method endVisit

kdevplatform/language/duchain/types/typesystem.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void SimpleTypeVisitor::endVisit(const PointerType* type)
167{
168 visit(( AbstractType* )type);
169}
170
171bool SimpleTypeVisitor::visit(const ReferenceType* type)
172{

Callers 5

accept0Method · 0.45
accept0Method · 0.45
accept0Method · 0.45
accept0Method · 0.45
accept0Method · 0.45

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected