MCPcopy Create free account
hub / github.com/KDAB/codebrowser / getVisibleRef

Method getVisibleRef

generator/annotator.cpp:961–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961std::string Annotator::getVisibleRef(clang::NamedDecl* Decl)
962{
963 if (getVisibility(Decl) != Visibility::Global)
964 return {};
965 return getReferenceAndTitle(Decl).first;
966}
967
968//return the classes to add in the span
969std::string Annotator::computeClas(clang::NamedDecl* decl)

Callers 2

parseEnumValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected