Lines Matching defs:sort
202 llvm::sort(Description);
217 llvm::sort(Loc);
361 void Index::sort() {
362 llvm::sort(Children);
364 C.sort();
387 void ScopeChildren::sort() {
388 llvm::sort(Namespaces.begin(), Namespaces.end());
389 llvm::sort(Records.begin(), Records.end());
390 llvm::sort(Functions.begin(), Functions.end());
391 llvm::sort(Enums.begin(), Enums.end());
392 llvm::sort(Typedefs.begin(), Typedefs.end());