Home
last modified time | relevance | path

Searched refs:MatchDescendantVisitor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp84 class MatchDescendantVisitor class
85 : public RecursiveASTVisitor<MatchDescendantVisitor> {
87 typedef RecursiveASTVisitor<MatchDescendantVisitor> VisitorBase;
92 MatchDescendantVisitor(const internal::DynTypedMatcher *Matcher, in MatchDescendantVisitor() function in clang::ast_matchers::MatchDescendantVisitor
225 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All, in AST_MATCHER_P()
234 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All, in AST_MATCHER_P()