Home
last modified time | relevance | path

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

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