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

Declarations

tools/clang/include/clang/AST/Stmt.h
 1334   static CompoundStmt *Create(const ASTContext &C, ArrayRef<Stmt *> Stmts,

References

tools/clang/lib/AST/ASTImporter.cpp
 5762   return CompoundStmt::Create(
tools/clang/lib/Analysis/BodyFarm.cpp
  135   return CompoundStmt::Create(C, Stmts, SourceLocation(), SourceLocation());
tools/clang/lib/CodeGen/CGCoroutine.cpp
  242         CompoundStmt::Create(CGF.getContext(), S.getResumeExpr(), Loc, Loc);
tools/clang/lib/Sema/SemaDeclCXX.cpp
13331   Conv->setBody(CompoundStmt::Create(Context, Return, Conv->getLocation(),
13386   Conv->setBody(CompoundStmt::Create(Context, ReturnS, Conv->getLocation(),
tools/clang/lib/Sema/SemaExprCXX.cpp
 6560   CompoundStmt *CompStmt = CompoundStmt::Create(
tools/clang/lib/Sema/SemaStmt.cpp
  420   return CompoundStmt::Create(Context, Elts, L, R);