HomeSort by relevance Sort by last modified time
    Searched refs:FileMatchTrieNode (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
FileMatchTrie.h 31 class FileMatchTrieNode;
81 FileMatchTrieNode *Root;
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 38 class FileMatchTrieNode {
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 1277 milliseconds