Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1431 class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> { class
1436 typedef EvaluatedExprVisitor<DeclMatcher> Inherited;
1438 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher() function in __anon4bf2252c0511::DeclMatcher
1536 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1537 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1538 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()