Searched refs:CheckForLoopConditionalStatement (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1440 void CheckForLoopConditionalStatement(Sema &S, Expr *Second, in CheckForLoopConditionalStatement() function 1655 CheckForLoopConditionalStatement(*this, Second.get().second, third.get(), in ActOnForStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 1580 void CheckForLoopConditionalStatement(Sema &S, Expr *Second, in CheckForLoopConditionalStatement() function 1841 CheckForLoopConditionalStatement(*this, Second.get().second, third.get(), in ActOnForStmt()
|