Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DFileMatchTrie.cpp116 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = in findEquivalent() local
118 if (MatchingChild != Children.end()) { in findEquivalent()
119 StringRef Result = MatchingChild->getValue().findEquivalent( in findEquivalent()
126 getAll(AllChildren, MatchingChild); in findEquivalent()