Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMapContext.cpp286 auto TailTuple = MatchParents<U...>::match(NextParentList, ParentMap); in match() local
287 if (std::get<bool>(TailTuple)) { in match()
289 std::make_tuple(true, std::get<DynTypedNodeList>(TailTuple), in match()
291 tuple_pop_front(tuple_pop_front(TailTuple))); in match()