Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp276 auto TailTuple = MatchParents<U...>::match(NextParentList, ParentMap); in match() local
277 if (std::get<bool>(TailTuple)) { in match()
282 TailTuple); in match()