Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp136 std::vector<StringRef> AllChildren; in findEquivalent() local
137 getAll(AllChildren, MatchingChild); in findEquivalent()
139 for (const auto &Child : AllChildren) { in findEquivalent()