Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFileMatchTrie.cpp182 FileMatchTrie::FileMatchTrie() in FileMatchTrie() function in FileMatchTrie
185 FileMatchTrie::FileMatchTrie(PathComparator *Comparator) in FileMatchTrie() function in FileMatchTrie
188 FileMatchTrie::~FileMatchTrie() { in ~FileMatchTrie()
192 void FileMatchTrie::insert(StringRef NewPath) { in insert()
196 StringRef FileMatchTrie::findEquivalent(StringRef FileName, in findEquivalent()
H A DCMakeLists.txt108 FileMatchTrie.cpp
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DFileMatchTrie.h56 class FileMatchTrie {
58 FileMatchTrie();
63 FileMatchTrie(PathComparator* Comparator);
65 ~FileMatchTrie();
H A DJSONCompilationDatabase.h131 FileMatchTrie MatchTrie;
/netbsd-src/external/apache2/llvm/lib/libclangTooling/
H A DMakefile15 FileMatchTrie.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Tooling/
H A DBUILD.gn38 "FileMatchTrie.cpp",