Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ accept
Method
accept
kdevplatform/language/duchain/types/abstracttype.cpp:90–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void AbstractType::accept(TypeVisitor* v) const
91
{
92
if (v->preVisit(this))
93
this->accept0(v);
94
95
v->postVisit(this);
96
}
97
98
void AbstractType::acceptType(AbstractType::Ptr type, TypeVisitor* v)
99
{
Callers
2
collectItems
Method · 0.45
acceptType
Method · 0.45
Calls
3
preVisit
Method · 0.45
accept0
Method · 0.45
postVisit
Method · 0.45
Tested by
no test coverage detected