Searched refs:getStructNumBases (Results 1 – 2 of 2) 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()
299 unsigned getStructNumBases() const { in getStructNumBases() function313 return ((StructData*)(char*)Data.buffer)->Elts[getStructNumBases() + i]; in getStructField()