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

/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp76 class MatchDescendantVisitor class in namespace:clang::ast_matchers
77 : public RecursiveASTVisitor<MatchDescendantVisitor> {
79 typedef RecursiveASTVisitor<MatchDescendantVisitor> VisitorBase;
84 MatchDescendantVisitor(const internal::DynTypedMatcher *Matcher, function in class:clang::ast_matchers::MatchDescendantVisitor
218 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All, true);
225 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All, false);

Completed in 111 milliseconds