Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp343 using VisitorBase = RecursiveASTVisitor<ASTVisitor>; global() typedef in ParentMapContext::ParentMap::ASTVisitor
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp93 typedef RecursiveASTVisitor<MatchChildASTVisitor> VisitorBase; typedef in clang::ast_matchers::internal::__anonbe2d60470111::MatchChildASTVisitor
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp79 typedef RecursiveASTVisitor<MatchDescendantVisitor> VisitorBase; global() typedef in clang::ast_matchers::MatchDescendantVisitor