Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp43 class FileMatchTrieNode { class
120 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = in findEquivalent()
155 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
162 for (llvm::StringMap<FileMatchTrieNode>::const_iterator in getAll()
176 llvm::StringMap<FileMatchTrieNode> Children;
183 : Root(new FileMatchTrieNode), Comparator(new DefaultPathComparator()) {} in FileMatchTrie()
186 : Root(new FileMatchTrieNode), Comparator(Comparator) {} in FileMatchTrie()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DFileMatchTrie.h24 class FileMatchTrieNode; variable
81 FileMatchTrieNode *Root;