MCPcopy 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
941std::string Annotator::getTypeRef(clang::QualType type)
942{
943 return type.getAsString(getLangOpts());
944}
945
946std::string Annotator::getContextStr(clang::NamedDecl* usedContext)
947{

Callers 5

VisitTypedefNameDeclMethod · 0.80
VisitFunctionDeclMethod · 0.80
VisitVarDeclMethod · 0.80
VisitFieldDeclMethod · 0.80
VisitTypedefTypeLocMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected