| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected