Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp3366 VPtrInfoVector PathsSorted(Paths); in rebucketPaths() local
3367 std::sort(PathsSorted.begin(), PathsSorted.end(), in rebucketPaths()
3372 for (size_t I = 0, E = PathsSorted.size(); I != E;) { in rebucketPaths()
3377 } while (I != E && PathsSorted[BucketStart]->MangledPath == in rebucketPaths()
3378 PathsSorted[I]->MangledPath); in rebucketPaths()
3383 Changed |= extendPath(PathsSorted[II]); in rebucketPaths()