Lines Matching refs:Subobj

3910   bool found(APValue &Subobj, QualType SubobjType) {  in found()
3911 Result = Subobj; in found()
3956 bool found(APValue &Subobj, QualType SubobjType) { in found()
3960 Subobj.swap(NewVal); in found()
4452 bool found(APValue &Subobj, QualType SubobjType) { in found()
4453 switch (Subobj.getKind()) { in found()
4455 return found(Subobj.getInt(), SubobjType); in found()
4457 return found(Subobj.getFloat(), SubobjType); in found()
4464 return foundPointer(Subobj, SubobjType); in found()
4466 return foundVector(Subobj, SubobjType); in found()
4529 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4548 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4551 LVal.moveInto(Subobj); in foundPointer()
4599 bool found(APValue &Subobj, QualType SubobjType) { in found()
4603 *Old = Subobj; in found()
4607 switch (Subobj.getKind()) { in found()
4609 return found(Subobj.getInt(), SubobjType); in found()
4611 return found(Subobj.getFloat(), SubobjType); in found()
4613 return found(Subobj.getComplexIntReal(), in found()
4617 return found(Subobj.getComplexFloatReal(), in found()
4621 return foundPointer(Subobj, SubobjType); in found()
4686 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4699 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4703 LVal.moveInto(Subobj); in foundPointer()
5743 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
6086 bool found(APValue &Subobj, QualType SubobjType) { in found()
6096 if (declaresSameEntity(Subobj.getUnionField(), Field)) { in found()
6099 if (Subobj.getUnionValue().hasValue()) in found()
6111 Subobj.setUnion(Field, Result); in found()
6780 bool found(APValue &Subobj, QualType SubobjType) { in found()
6781 return HandleDestructionImpl(Info, E->getSourceRange(), This, Subobj, in found()
10033 bool found(APValue &Subobj, QualType SubobjType) { in VisitCXXNewExpr()
10041 Value = &Subobj; in VisitCXXNewExpr()