Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp1360 class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> { class
1365 typedef EvaluatedExprVisitor<DeclMatcher> Inherited;
1367 DeclMatcher(Sema &S, llvm::SmallPtrSetImpl<VarDecl*> &Decls, in DeclMatcher() function in __anon739654c80411::DeclMatcher
1468 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1469 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1470 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()