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

Method BrowserASTVisitor

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

Source from the content-addressed store, hash-verified

50 } expr_stack;
51
52 BrowserASTVisitor(Annotator &R) : annotator(R) {}
53
54 bool VisitTypedefNameDecl(clang::TypedefNameDecl *d) {
55 annotator.registerReference(d, d->getLocation(), Annotator::Typedef, Annotator::Declaration,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected