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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFileMatchTrie.cpp120 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = local
122 if (MatchingChild != Children.end()) {
123 StringRef Result = MatchingChild->getValue().findEquivalent(
137 getAll(AllChildren, MatchingChild);

Completed in 131 milliseconds