Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1819 class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> { class
1824 typedef EvaluatedExprVisitor<DeclMatcher> Inherited;
1826 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher() function in __anonceb37bf40d11::DeclMatcher
1924 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1925 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1926 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()