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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2859   Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
  912   CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest);
tools/clang/lib/CodeGen/CGExprComplex.cpp
  415   Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2295   Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(),
tools/clang/lib/CodeGen/CGStmt.cpp
  360   case Stmt::CompoundStmtClass: EmitCompoundStmt(cast<CompoundStmt>(*S)); break;