Home | History | Annotate | Download | only in AST

Lines Matching full:isarray

1212   if (Value.isArray()) {
2262 bool IsArray = A.MostDerivedArraySize != 0;
2263 if (IsArray && A.MostDerivedPathLength != A.Entries.size())
2272 return CommonLength >= A.Entries.size() - IsArray;
5319 assert((V.isArray() || V.isLValue()) &&
5374 assert((!Result.isArray() || Result.getArrayInitializedElts() == 0) &&
5377 if (Result.isArray() && Result.hasArrayFiller())