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.cpp42 class FileMatchTrieNode { class
119 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = in findEquivalent()
154 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
161 for (llvm::StringMap<FileMatchTrieNode>::const_iterator in getAll()
175 llvm::StringMap<FileMatchTrieNode> Children;
182 : Root(new FileMatchTrieNode), Comparator(new DefaultPathComparator()) {} in FileMatchTrie()
185 : 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;