Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h61 inline std::pair<unsigned, unsigned> getDepthAndIndex(NamedDecl *ND) { in getDepthAndIndex() function
74 getDepthAndIndex(UnexpandedParameterPack UPP) { in getDepthAndIndex() function
78 return getDepthAndIndex(UPP.first.get<NamedDecl *>()); in getDepthAndIndex()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp51 } else if (getDepthAndIndex(ND).first >= DepthLimit) in addUnexpanded()
721 std::tie(Depth, Index) = getDepthAndIndex(ND); in CheckParameterPacksForExpansion()
766 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack); in CheckParameterPacksForExpansion()
864 std::tie(Depth, Index) = getDepthAndIndex(ND); in getNumArgumentsInExpansion()
H A DSemaConcept.cpp1676 std::pair<unsigned, unsigned> DepthAndIndex = getDepthAndIndex(APack); in AreCompatibleForSubsumption()
1678 return getDepthAndIndex(BPack) == DepthAndIndex; in AreCompatibleForSubsumption()
H A DSemaTemplateInstantiate.cpp1415 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); in ForgetPartiallySubstitutedPack()
1434 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); in RememberPartiallySubstitutedPack()
H A DSemaTemplateDeduction.cpp906 std::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]); in addPacks()
934 PartialPackDepthIndex = getDepthAndIndex(Partial); in finishConstruction()
H A DSemaLookup.cpp1846 auto Index = getDepthAndIndex(D).second; in isAcceptableSlow()