Searched refs:getStructNumBases (Results 1 – 2 of 2) sorted by relevance
209 MakeStruct(RHS.getStructNumBases(), RHS.getStructNumFields()); in APValue()210 for (unsigned I = 0, N = RHS.getStructNumBases(); I != N; ++I) in APValue()355 if (unsigned N = getStructNumBases()) { in dump()547 if (unsigned N = getStructNumBases()) { in printPretty()
359 unsigned getStructNumBases() const { in getStructNumBases() function373 return ((StructData*)(char*)Data.buffer)->Elts[getStructNumBases() + i]; in getStructField()