Searched refs:getStructNumBases (Results 1 – 7 of 7) sorted by relevance
167 MakeStruct(RHS.getStructNumBases(), RHS.getStructNumFields()); in APValue()168 for (unsigned I = 0, N = RHS.getStructNumBases(); I != N; ++I) in APValue()313 if (unsigned N = getStructNumBases()) { in dump()497 if (unsigned N = getStructNumBases()) { in printPretty()
352 MakeStruct(RHS.getStructNumBases(), RHS.getStructNumFields()); in APValue()353 for (unsigned I = 0, N = RHS.getStructNumBases(); I != N; ++I) in APValue()488 for (unsigned I = 0, N = getStructNumBases(); I != N; ++I) in Profile()809 if (unsigned N = getStructNumBases()) { in printPretty()1054 for (unsigned I = 0, N = V.getStructNumBases(); I != N; ++I) in getLVForValue()
530 Value.getStructNumBases(), "base", "bases"); in Visit()
9015 Result.MakeStruct(FromValue.getStructNumBases(), in ImportAPValue()9020 FromValue.getStructNumBases() + FromValue.getStructNumFields()); in ImportAPValue()
299 unsigned getStructNumBases() const { in getStructNumBases() function313 return ((StructData*)(char*)Data.buffer)->Elts[getStructNumBases() + i]; in getStructField()
519 unsigned getStructNumBases() const {533 return ((StructData *)(char *)&Data)->Elts[getStructNumBases() + i];
5182 push_back(Value.getStructNumBases()); in AddAPValue()5184 for (unsigned Idx = 0; Idx < Value.getStructNumBases(); Idx++) in AddAPValue()