reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4102 StmtResult ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr,
1342 return Actions.ActOnIfStmt(IfLoc, IsConstexpr, InitStmt.get(), Cond,
tools/clang/lib/Sema/TreeTransform.h 1288 return getSema().ActOnIfStmt(IfLoc, IsConstexpr, Init, Cond, Then,