Searched refs:ActOnIfStmt (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1247 return Actions.ActOnIfStmt(IfLoc, IsConstexpr, InitStmt.get(), Cond, in ParseIfStatement()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 507 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt() function in Sema
|
D | TreeTransform.h | 1179 return getSema().ActOnIfStmt(IfLoc, IsConstexpr, Init, Cond, Then, in RebuildIfStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3399 StmtResult ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr,
|