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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DFileMatchTrie.h24 class FileMatchTrieNode;
81 FileMatchTrieNode *Root;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFileMatchTrie.cpp43 class FileMatchTrieNode { class in namespace:clang::tooling
83 /// Tries to find the node under this \c FileMatchTrieNode that best
120 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild =
153 /// Gets all paths under this FileMatchTrieNode.
155 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const {
162 for (llvm::StringMap<FileMatchTrieNode>::const_iterator
176 llvm::StringMap<FileMatchTrieNode> Children;
183 : Root(new FileMatchTrieNode), Comparator(new DefaultPathComparator()) {}
186 : Root(new FileMatchTrieNode), Comparator(Comparator) {}

Completed in 170 milliseconds