Searched defs:PartialIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp601 unsigned PartialDepth, PartialIndex; local
602 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack);
603 if (PartialDepth == Depth && PartialIndex == Index)

Completed in 74 milliseconds