Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1782 class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> { class
1787 typedef EvaluatedExprVisitor<DeclMatcher> Inherited;
1789 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher() function in __anon5649fb510d11::DeclMatcher
1887 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1888 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1889 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()