Searched refs:SubobjType (Results 1 – 1 of 1) sorted by relevance
3683 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument3689 SubobjType.addConst(); in getSubobjectType()3693 SubobjType.addVolatile(); in getSubobjectType()3694 return SubobjType; in getSubobjectType()3910 bool found(APValue &Subobj, QualType SubobjType) { in found()3914 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()3916 bool found(APSInt &Value, QualType SubobjType) { in found()3920 bool found(APFloat &Value, QualType SubobjType) { in found()3956 bool found(APValue &Subobj, QualType SubobjType) { in found()3957 if (!checkConst(SubobjType)) in found()[all …]