Searched refs:NumArrayIndices (Results 1 – 1 of 1) sorted by relevance
6481 } else if (unsigned NumArrayIndices = From->getNumArrayIndices()) { in Import() local6487 SmallVector<VarDecl *, 4> ToAIs(NumArrayIndices); in Import()6489 for (unsigned AII = 0; AII < NumArrayIndices; ++AII) { in Import()6499 ToAIs.data(), NumArrayIndices); in Import()