Searched refs:FoundDeclInUse (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1436 bool FoundDeclInUse() { return FoundDecl; } in FoundDeclInUse() function in __anon27b5dcff0411::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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 1576 bool FoundDeclInUse() { return FoundDecl; } in FoundDeclInUse() function in __anoned21bd8d0611::DeclMatcher 1606 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() || in CheckForLoopConditionalStatement() 1607 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement() 1608 DeclMatcher(S, Decls, Body).FoundDeclInUse()) in CheckForLoopConditionalStatement()
|