Searched refs:MatchingChild (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp110 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = local
112 if (MatchingChild != Children.end()) {
113 StringRef Result = MatchingChild->getValue().findEquivalent(
120 getAll(AllChildren, MatchingChild);

Completed in 68 milliseconds