Home
last modified time | relevance | path

Searched refs:NumArrayIndices (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp6481 } else if (unsigned NumArrayIndices = From->getNumArrayIndices()) { in Import() local
6487 SmallVector<VarDecl *, 4> ToAIs(NumArrayIndices); in Import()
6489 for (unsigned AII = 0; AII < NumArrayIndices; ++AII) { in Import()
6499 ToAIs.data(), NumArrayIndices); in Import()