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

Function FOREACH_FUNCTION

kdevplatform/language/duchain/types/unsuretype.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23void UnsureType::accept0(KDevelop::TypeVisitor* v) const
24{
25 FOREACH_FUNCTION(const IndexedType &type, d_func()->m_types) {
26 AbstractType::Ptr t = type.abstractType();
27 v->visit(t.data());
28 }
29}
30
31KDevelop::AbstractType* UnsureType::clone() const

Callers

nothing calls this directly

Calls 5

abstractTypeMethod · 0.45
visitMethod · 0.45
dataMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected