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

References

tools/clang/lib/AST/ExprConstant.cpp
 4964   CompleteObject Obj = findCompleteObject(Info, E, AK, This, QualType());
 4975       Info.FFDiag(E, This.Designator.isOnePastTheEnd()
 4986           Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx));
 4986           Info.Ctx.getLValueReferenceType(This.Designator.getType(Info.Ctx));
 4987       Info.FFDiag(E, diag::note_constexpr_polymorphic_unknown_dynamic_type)
 4988           << AK << Val.getAsString(Info.Ctx, StarThisType);
 4995   return Obj && findSubobject(Info, E, Obj, This.Designator, Handler);