Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp1418 bool FoundDeclInUse() { return FoundDecl; } in FoundDeclInUse() function in __anonaa4ce6960311::DeclMatcher
1450 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1451 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1452 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()