Lines Matching refs:IsArray
196 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject() argument
210 IsArray = true; in findMostDerivedSubobject()
224 IsArray = true; in findMostDerivedSubobject()
229 IsArray = false; in findMostDerivedSubobject()
233 IsArray = false; in findMostDerivedSubobject()
298 bool IsArray = false; in SubobjectDesignator() local
302 MostDerivedType, IsArray, FirstIsUnsizedArray); in SubobjectDesignator()
303 MostDerivedIsArrayElement = IsArray; in SubobjectDesignator()
321 bool IsArray = false; in truncate() local
324 Ctx, Base, Entries, MostDerivedArraySize, MostDerivedType, IsArray, in truncate()
326 MostDerivedIsArrayElement = IsArray; in truncate()
371 bool IsArray = MostDerivedPathLength == Entries.size() && in validIndexAdjustments() local
373 uint64_t ArrayIndex = IsArray ? Entries.back().getAsArrayIndex() in validIndexAdjustments()
376 IsArray ? getMostDerivedArraySize() : (uint64_t)1; in validIndexAdjustments()
465 bool IsArray = MostDerivedPathLength == Entries.size() && in adjustIndex() local
467 uint64_t ArrayIndex = IsArray ? Entries.back().getAsArrayIndex() in adjustIndex()
470 IsArray ? getMostDerivedArraySize() : (uint64_t)1; in adjustIndex()
487 if (IsArray) in adjustIndex()
4039 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
4040 if (IsArray && A.MostDerivedPathLength != A.Entries.size()) in AreElementsOfSameArray()
4049 return CommonLength >= A.Entries.size() - IsArray; in AreElementsOfSameArray()