Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DFileMatchTrie.cpp104 StringRef findEquivalent(const PathComparator& Comparator, in findEquivalent() function in clang::tooling::FileMatchTrieNode
123 StringRef Result = MatchingChild->getValue().findEquivalent( in findEquivalent()
196 StringRef FileMatchTrie::findEquivalent(StringRef FileName, in findEquivalent() function in FileMatchTrie
203 StringRef Result = Root->findEquivalent(*Comparator, FileName, IsAmbiguous); in findEquivalent()
H A DJSONCompilationDatabase.cpp232 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES); in getCompileCommands()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DFileMatchTrie.h77 StringRef findEquivalent(StringRef FileName,
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp223 return Trie.findEquivalent(Path, ES); in find()