Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1781 class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> { class
1786 typedef EvaluatedExprVisitor<DeclMatcher> Inherited;
1788 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher() function in __anon895218280d11::DeclMatcher
1886 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1887 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1888 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()