Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp404 Award(1, indexLookup</*Prefix=*/true>(Stem, Stems)); in scoreCandidates()
405 Award(1, indexLookup</*Prefix=*/false>(Stem, Stems)); in scoreCandidates()
409 Award(1, indexLookup</*Prefix=*/false>(Dir, Components)); in scoreCandidates()
412 Award(1, indexLookup</*Prefix=*/true>(Prefix, Paths)); in scoreCandidates()
466 indexLookup(StringRef Key, ArrayRef<SubstringAndIndex> Idx) const { in indexLookup() function in clang::tooling::__anond7485b900111::FileIndex