Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DFileMatchTrie.cpp38 class FileMatchTrieNode { class
110 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = in findEquivalent()
138 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
145 for (llvm::StringMap<FileMatchTrieNode>::const_iterator in getAll()
159 llvm::StringMap<FileMatchTrieNode> Children;
165 : Root(new FileMatchTrieNode), Comparator(new DefaultPathComparator()) {} in FileMatchTrie()
168 : Root(new FileMatchTrieNode), Comparator(Comparator) {} in FileMatchTrie()
/external/clang/include/clang/Tooling/
DFileMatchTrie.h31 class FileMatchTrieNode; variable
81 FileMatchTrieNode *Root;