Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp324 Stems.reserve(OriginalPaths.size()); in FileIndex()
330 Stems.emplace_back(sys::path::stem(Path), I); in FileIndex()
337 llvm::sort(Stems); in FileIndex()
399 Award(1, indexLookup</*Prefix=*/true>(Stem, Stems)); in scoreCandidates()
400 Award(1, indexLookup</*Prefix=*/false>(Stem, Stems)); in scoreCandidates()
494 std::vector<SubstringAndIndex> Stems; // Basename, without extension. member in clang::tooling::__anon9618e36e0111::FileIndex