|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/Stmt.h 1878 static IfStmt *Create(const ASTContext &Ctx, SourceLocation IL,
References
tools/clang/lib/AST/ASTImporter.cpp 5845 return IfStmt::Create(Importer.getToContext(), ToIfLoc, S->isConstexpr(),
tools/clang/lib/Analysis/BodyFarm.cpp 466 IfStmt::Create(C, SourceLocation(),
550 auto *If = IfStmt::Create(C, SourceLocation(),
658 auto *If = IfStmt::Create(C, SourceLocation(),
tools/clang/lib/Sema/SemaStmt.cpp 599 return IfStmt::Create(Context, IfLoc, IsConstexpr, InitStmt, Cond.get().first,