Home
last modified time | relevance | path

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

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