Lines Matching defs:StartLifetimeOfUnionMemberHandler
5829 struct StartLifetimeOfUnionMemberHandler { struct
5830 EvalInfo &Info;
5831 const Expr *LHSExpr;
5832 const FieldDecl *Field;
5833 bool DuringInit;
5834 bool Failed = false;
5835 static const AccessKinds AccessKind = AK_Assign;
5837 typedef bool result_type;
5838 bool failed() { return Failed; } in failed()
5839 bool found(APValue &Subobj, QualType SubobjType) { in found()
5867 bool found(APSInt &Value, QualType SubobjType) { in found()
5870 bool found(APFloat &Value, QualType SubobjType) { in found()