Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DFileIndex.cpp363 std::vector<Relation> AllRelations; in buildIndex() local
366 AllRelations.push_back(R); in buildIndex()
371 llvm::sort(AllRelations); in buildIndex()
372 AllRelations.erase(std::unique(AllRelations.begin(), AllRelations.end()), in buildIndex()
373 AllRelations.end()); in buildIndex()
387 std::move(AllRelations), std::move(Files), IdxContents, in buildIndex()
394 std::move(AllRelations), std::move(Files), IdxContents, in buildIndex()
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dstring.bench.cpp396 struct AllRelations : EnumValuesAsTuple<AllRelations, Relation, 3> { struct
613 makeCartesianProductBenchmark<StringRelational, AllRelations, AllLengths, in main()
615 makeCartesianProductBenchmark<StringRelationalLiteral, AllRelations, in main()