Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Analysis/
DUnsafeBufferUsage.cpp23 class MatchDescendantVisitor class
24 : public RecursiveASTVisitor<MatchDescendantVisitor> {
26 typedef RecursiveASTVisitor<MatchDescendantVisitor> VisitorBase;
31 MatchDescendantVisitor(const internal::DynTypedMatcher *Matcher, in MatchDescendantVisitor() function in clang::ast_matchers::MatchDescendantVisitor
115 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All); in AST_MATCHER_P()