Searched refs:PartialDepth (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp720 unsigned PartialDepth, PartialIndex; local
721 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack);
722 if (PartialDepth == Depth && PartialIndex == Index) {

Completed in 106 milliseconds