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

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
  387   LValue Array = CGF.EmitLValue(E->getSubExpr());
  392       Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
  396   RecordDecl *Record = E->getType()->castAs<RecordType>()->getDecl();
  399     CGF.ErrorUnsupported(E, "weird std::initializer_list");
  407     CGF.ErrorUnsupported(E, "weird std::initializer_list");
  411   AggValueSlot Dest = EnsureSlot(E->getType());
  412   LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
  422     CGF.ErrorUnsupported(E, "weird std::initializer_list");
  440     CGF.ErrorUnsupported(E, "weird std::initializer_list");