Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp366 using SubstringAndIndex = std::pair<StringRef, size_t>; typedef in clang::tooling::__anonf4fe06af0111::FileIndex
393 auto Award = [&](int Points, ArrayRef<SubstringAndIndex> Range) { in scoreCandidates()
460 ArrayRef<SubstringAndIndex>
461 indexLookup(StringRef Key, ArrayRef<SubstringAndIndex> Idx) const { in indexLookup()
469 SubstringAndIndex longestMatch(StringRef Key, in longestMatch()
470 ArrayRef<SubstringAndIndex> Idx) const { in longestMatch()
473 auto It = llvm::lower_bound(Idx, SubstringAndIndex{Key, 0}); in longestMatch()
490 std::vector<SubstringAndIndex> Paths; // Full path.
494 std::vector<SubstringAndIndex> Stems; // Basename, without extension.
495 std::vector<SubstringAndIndex> Components; // Last path components.