OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
36
class
FileMatchTrieNode
{
76
/// \brief Tries to find the node under this \c
FileMatchTrieNode
that best
108
llvm::StringMap<
FileMatchTrieNode
>::const_iterator MatchingChild =
134
/// \brief Gets all paths under this
FileMatchTrieNode
.
136
llvm::StringMap<
FileMatchTrieNode
>::const_iterator Except) const {
143
for (llvm::StringMap<
FileMatchTrieNode
>::const_iterator
157
llvm::StringMap<
FileMatchTrieNode
> Children;
161
: Root(new
FileMatchTrieNode
), Comparator(new DefaultPathComparator()) {}
164
: Root(new
FileMatchTrieNode
), Comparator(Comparator) {}
Completed in 1298 milliseconds