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

Method acceptType

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

Source from the content-addressed store, hash-verified

96}
97
98void AbstractType::acceptType(AbstractType::Ptr type, TypeVisitor* v)
99{
100 if (!type)
101 return;
102
103 type->accept(v);
104}
105
106AbstractType::WhichType AbstractType::whichType() const
107{

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected