Searched refs:StatementKind (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 879 IfStatementKind StatementKind, in ActOnIfStmt() argument 888 StatementKind == IfStatementKind::ConstevalNonNegated || in ActOnIfStmt() 889 StatementKind == IfStatementKind::ConstevalNegated; in ActOnIfStmt() 903 StatementKind == IfStatementKind::Constexpr) { in ActOnIfStmt() 946 return BuildIfStmt(IfLoc, StatementKind, LParenLoc, InitStmt, Cond, RParenLoc, in ActOnIfStmt() 951 IfStatementKind StatementKind, in BuildIfStmt() argument 959 if (StatementKind != IfStatementKind::Ordinary || in BuildIfStmt() 963 return IfStmt::Create(Context, IfLoc, StatementKind, InitStmt, in BuildIfStmt()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5078 StmtResult ActOnIfStmt(SourceLocation IfLoc, IfStatementKind StatementKind, 5082 StmtResult BuildIfStmt(SourceLocation IfLoc, IfStatementKind StatementKind,
|