Lines Matching refs:Subobj
3882 bool found(APValue &Subobj, QualType SubobjType) { in found()
3883 Result = Subobj; in found()
3928 bool found(APValue &Subobj, QualType SubobjType) { in found()
3932 Subobj.swap(NewVal); in found()
4417 bool found(APValue &Subobj, QualType SubobjType) { in found()
4418 switch (Subobj.getKind()) { in found()
4420 return found(Subobj.getInt(), SubobjType); in found()
4422 return found(Subobj.getFloat(), SubobjType); in found()
4429 return foundPointer(Subobj, SubobjType); in found()
4431 return foundVector(Subobj, SubobjType); in found()
4494 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4513 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4516 LVal.moveInto(Subobj); in foundPointer()
4564 bool found(APValue &Subobj, QualType SubobjType) { in found()
4568 *Old = Subobj; in found()
4572 switch (Subobj.getKind()) { in found()
4574 return found(Subobj.getInt(), SubobjType); in found()
4576 return found(Subobj.getFloat(), SubobjType); in found()
4578 return found(Subobj.getComplexIntReal(), in found()
4582 return found(Subobj.getComplexFloatReal(), in found()
4586 return foundPointer(Subobj, SubobjType); in found()
4651 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4664 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4668 LVal.moveInto(Subobj); in foundPointer()
5682 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
6025 bool found(APValue &Subobj, QualType SubobjType) { in found()
6035 if (declaresSameEntity(Subobj.getUnionField(), Field)) { in found()
6038 if (Subobj.getUnionValue().hasValue()) in found()
6050 Subobj.setUnion(Field, Result); in found()
6719 bool found(APValue &Subobj, QualType SubobjType) { in found()
6720 return HandleDestructionImpl(Info, E->getSourceRange(), This, Subobj, in found()
9932 bool found(APValue &Subobj, QualType SubobjType) { in VisitCXXNewExpr()
9940 Value = &Subobj; in VisitCXXNewExpr()