Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ getTypeRef
Method
getTypeRef
generator/annotator.cpp:941–944 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
939
940
941
std::string Annotator::getTypeRef(clang::QualType type)
942
{
943
return type.getAsString(getLangOpts());
944
}
945
946
std::string Annotator::getContextStr(clang::NamedDecl* usedContext)
947
{
Callers
5
VisitTypedefNameDecl
Method · 0.80
VisitFunctionDecl
Method · 0.80
VisitVarDecl
Method · 0.80
VisitFieldDecl
Method · 0.80
VisitTypedefTypeLoc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected