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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DFileMatchTrie.h31 class FileMatchTrieNode;
81 FileMatchTrieNode *Root;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DFileMatchTrie.cpp38 class FileMatchTrieNode { class in namespace:clang::tooling
78 /// \brief Tries to find the node under this \c FileMatchTrieNode that best
110 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild =
136 /// \brief Gets all paths under this FileMatchTrieNode.
138 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const {
145 for (llvm::StringMap<FileMatchTrieNode>::const_iterator
159 llvm::StringMap<FileMatchTrieNode> Children;
165 : Root(new FileMatchTrieNode), Comparator(new DefaultPathComparator()) {}
168 : Root(new FileMatchTrieNode), Comparator(Comparator) {}

Completed in 45 milliseconds