Home
last modified time | relevance | path

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

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