Home
last modified time | relevance | path

Searched defs:GetDeclsVisitor (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
DLookupTest.cpp15 struct GetDeclsVisitor : TestVisitor<GetDeclsVisitor> { struct
16 std::function<void(CallExpr *)> OnCall;
17 SmallVector<Decl *, 4> DeclStack;
19 bool VisitCallExpr(CallExpr *Expr) { in VisitCallExpr()
24 bool TraverseDecl(Decl *D) { in TraverseDecl()