reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 4102   StmtResult ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr,

References

tools/clang/lib/Parse/ParseStmt.cpp
 1342   return Actions.ActOnIfStmt(IfLoc, IsConstexpr, InitStmt.get(), Cond,
tools/clang/lib/Sema/TreeTransform.h
 1288     return getSema().ActOnIfStmt(IfLoc, IsConstexpr, Init, Cond, Then,