Searched defs:VisitorBase (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/clang/lib/AST/ | ||
| H A D | ParentMapContext.cpp | 362 using VisitorBase = RecursiveASTVisitor<ASTVisitor>; typedef in ParentMapContext::ParentMap::ASTVisitor |
| /llvm-project/clang/lib/ASTMatchers/ | ||
| H A D | ASTMatchFinder.cpp | 93 typedef RecursiveASTVisitor<MatchChildASTVisitor> VisitorBase; typedef in clang::ast_matchers::internal::__anon8f41be080111::MatchChildASTVisitor |
| /llvm-project/clang/lib/Analysis/ | ||
| H A D | UnsafeBufferUsage.cpp | 87 typedef RecursiveASTVisitor<MatchDescendantVisitor> VisitorBase; global() typedef in clang::ast_matchers::MatchDescendantVisitor |