Lines Matching refs:Subobj

3819   bool found(APValue &Subobj, QualType SubobjType) {  in found()
3820 Result = Subobj; in found()
3865 bool found(APValue &Subobj, QualType SubobjType) { in found()
3869 Subobj.swap(NewVal); in found()
4354 bool found(APValue &Subobj, QualType SubobjType) { in found()
4355 switch (Subobj.getKind()) { in found()
4357 return found(Subobj.getInt(), SubobjType); in found()
4359 return found(Subobj.getFloat(), SubobjType); in found()
4366 return foundPointer(Subobj, SubobjType); in found()
4368 return foundVector(Subobj, SubobjType); in found()
4426 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4445 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4448 LVal.moveInto(Subobj); in foundPointer()
4496 bool found(APValue &Subobj, QualType SubobjType) { in found()
4500 *Old = Subobj; in found()
4504 switch (Subobj.getKind()) { in found()
4506 return found(Subobj.getInt(), SubobjType); in found()
4508 return found(Subobj.getFloat(), SubobjType); in found()
4510 return found(Subobj.getComplexIntReal(), in found()
4514 return found(Subobj.getComplexFloatReal(), in found()
4518 return foundPointer(Subobj, SubobjType); in found()
4581 bool foundPointer(APValue &Subobj, QualType SubobjType) { in foundPointer()
4594 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4598 LVal.moveInto(Subobj); in foundPointer()
5597 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
5940 bool found(APValue &Subobj, QualType SubobjType) { in found()
5950 if (declaresSameEntity(Subobj.getUnionField(), Field)) { in found()
5953 if (Subobj.getUnionValue().hasValue()) in found()
5965 Subobj.setUnion(Field, Result); in found()
6619 bool found(APValue &Subobj, QualType SubobjType) { in found()
6620 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found()
9640 bool found(APValue &Subobj, QualType SubobjType) { in VisitCXXNewExpr()
9648 Value = &Subobj; in VisitCXXNewExpr()