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

Declarations

tools/clang/lib/Analysis/BodyFarm.cpp
   61   CompoundStmt *makeCompound(ArrayRef<Stmt*>);

References

tools/clang/lib/Analysis/BodyFarm.cpp
  471                      /* Then=*/M.makeCompound({CallbackCall, FlagAssignment}));
  536   CompoundStmt *CS = M.makeCompound(Stmts);
  649   CompoundStmt *Body = M.makeCompound(Stmts);