Searched defs:StatementKind (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 909 ActOnIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) ActOnIfStmt() argument 982 BuildIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) BuildIfStmt() argument
|