Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1927 bool FoundDeclInUse() { return FoundDecl; } in FoundDeclInUse() function in __anon4f6f6e9d0d11::DeclMatcher
1957 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1958 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1959 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()