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

Method visit

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

Source from the content-addressed store, hash-verified

154}
155
156void SimpleTypeVisitor::visit(const IntegralType* type)
157{
158 visit(( AbstractType* )type);
159}
160
161bool SimpleTypeVisitor::visit(const PointerType* type)
162{

Callers 9

accept0Method · 0.45
accept0Method · 0.45
accept0Method · 0.45
accept0Method · 0.45
accept0Method · 0.45
FOREACH_FUNCTIONFunction · 0.45
accept0Method · 0.45
accept0Method · 0.45
accept0Method · 0.45

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected