Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void SimpleTypeVisitor::endVisit(const PointerType* type)
167
{
168
visit(( AbstractType* )type);
169
}
170
171
bool SimpleTypeVisitor::visit(const ReferenceType* type)
172
{
Callers
5
accept0
Method · 0.45
accept0
Method · 0.45
accept0
Method · 0.45
accept0
Method · 0.45
accept0
Method · 0.45
Calls
1
visit
Function · 0.50
Tested by
no test coverage detected