Home | History | Annotate | Download | only in AST

Lines Matching refs:IsArray

1364   if (Value.isArray()) {
2491 bool IsArray = A.MostDerivedArraySize != 0;
2492 if (IsArray && A.MostDerivedPathLength != A.Entries.size())
2501 return CommonLength >= A.Entries.size() - IsArray;
5686 assert((V.isArray() || V.isLValue()) &&
5741 assert((!Result.isArray() || Result.getArrayInitializedElts() == 0) &&
5744 if (Result.isArray() && Result.hasArrayFiller())