Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h105 inline std::pair<unsigned, unsigned> getDepthAndIndex(NamedDecl *ND) { in getDepthAndIndex() function
118 getDepthAndIndex(UnexpandedParameterPack UPP) { in getDepthAndIndex() function
122 return getDepthAndIndex(UPP.first.get<NamedDecl *>()); in getDepthAndIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp51 } else if (getDepthAndIndex(ND).first >= DepthLimit) in addUnexpanded()
657 std::tie(Depth, Index) = getDepthAndIndex(ND); in CheckParameterPacksForExpansion()
702 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack); in CheckParameterPacksForExpansion()
800 std::tie(Depth, Index) = getDepthAndIndex(ND); in getNumArgumentsInExpansion()
H A DSemaTemplateInstantiate.cpp787 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); in ForgetPartiallySubstitutedPack()
806 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); in RememberPartiallySubstitutedPack()
H A DSemaTemplateDeduction.cpp736 std::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]); in addPacks()
767 PartialPackDepthIndex = getDepthAndIndex(Partial); in finishConstruction()