Lines Matching refs:Subobj

3800   bool found(APValue &Subobj, QualType SubobjType) {  in found()
3801 Result = Subobj; in found()
3846 bool found(APValue &Subobj, QualType SubobjType) { in found()
3850 Subobj.swap(NewVal); in found()
4301 bool found(APValue &Subobj, QualType SubobjType) { in found()
4302 switch (Subobj.getKind()) { in found()
4304 return found(Subobj.getInt(), SubobjType); in found()
4306 return found(Subobj.getFloat(), SubobjType); in found()
4313 return foundPointer(Subobj, SubobjType); in found()
4315 return foundVector(Subobj, SubobjType); in found()
4373 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4392 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4395 LVal.moveInto(Subobj); in foundPointer()
4443 bool found(APValue &Subobj, QualType SubobjType) { in found()
4447 *Old = Subobj; in found()
4451 switch (Subobj.getKind()) { in found()
4453 return found(Subobj.getInt(), SubobjType); in found()
4455 return found(Subobj.getFloat(), SubobjType); in found()
4457 return found(Subobj.getComplexIntReal(), in found()
4461 return found(Subobj.getComplexFloatReal(), in found()
4465 return foundPointer(Subobj, SubobjType); in found()
4528 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4541 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4545 LVal.moveInto(Subobj); in foundPointer()
5506 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
5847 bool found(APValue &Subobj, QualType SubobjType) { in found()
5857 if (declaresSameEntity(Subobj.getUnionField(), Field)) { in found()
5860 if (Subobj.getUnionValue().hasValue()) in found()
5872 Subobj.setUnion(Field, Result); in found()
6529 bool found(APValue &Subobj, QualType SubobjType) { in found()
6530 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found()
9468 bool found(APValue &Subobj, QualType SubobjType) { in VisitCXXNewExpr()
9476 Value = &Subobj; in VisitCXXNewExpr()