Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1904 bool FoundDeclInUse() { return FoundDecl; } in FoundDeclInUse() function in __anonf018d3d30d11::DeclMatcher
1934 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1935 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement()
1936 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()