Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DFileMatchTrie.cpp44 class FileMatchTrieNode { class
116 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = in findEquivalent()
144 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
151 for (llvm::StringMap<FileMatchTrieNode>::const_iterator in getAll()
165 llvm::StringMap<FileMatchTrieNode> Children;
172 : Root(new FileMatchTrieNode), Comparator(new DefaultPathComparator()) {} in FileMatchTrie()
175 : Root(new FileMatchTrieNode), Comparator(Comparator) {} in FileMatchTrie()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DFileMatchTrie.h25 class FileMatchTrieNode; variable
82 FileMatchTrieNode *Root;