Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1421 bool FoundDeclInUse() { return FoundDecl; } in FoundDeclInUse() function in __anon7fb9f6900311::DeclMatcher
1453 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1454 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1455 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()