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

Method VisitNamespaceAliasDecl

generator/browserastvisitor.h:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return true;
83 }
84 bool VisitNamespaceAliasDecl(clang::NamespaceAliasDecl *d) {
85 annotator.registerReference(d, d->getLocation(), Annotator::Namespace, Annotator::Declaration);
86 annotator.registerReference(d, d->getTargetNameLoc() , Annotator::Namespace);
87 return true;
88 }
89 bool VisitFunctionDecl(clang::FunctionDecl *d) {
90 if(!shouldProcess(d)) return false;
91 std::string typeText;

Callers

nothing calls this directly

Calls 1

registerReferenceMethod · 0.80

Tested by

no test coverage detected