Lines Matching defs:StartLifetimeOfUnionMemberHandler
5837 struct StartLifetimeOfUnionMemberHandler { struct
5838 EvalInfo &Info;
5839 const Expr *LHSExpr;
5840 const FieldDecl *Field;
5841 bool DuringInit;
5842 bool Failed = false;
5843 static const AccessKinds AccessKind = AK_Assign;
5845 typedef bool result_type;
5846 bool failed() { return Failed; } in failed()
5847 bool found(APValue &Subobj, QualType SubobjType) { in found()
5875 bool found(APSInt &Value, QualType SubobjType) { in found()
5878 bool found(APFloat &Value, QualType SubobjType) { in found()