Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h65 inline std::pair<unsigned, unsigned> getDepthAndIndex(NamedDecl *ND) { in getDepthAndIndex() function
78 getDepthAndIndex(UnexpandedParameterPack UPP) { in getDepthAndIndex() function
82 return getDepthAndIndex(UPP.first.get<NamedDecl *>()); in getDepthAndIndex()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp51 } else if (getDepthAndIndex(ND).first >= DepthLimit) in addUnexpanded()
705 std::tie(Depth, Index) = getDepthAndIndex(ND); in CheckParameterPacksForExpansion()
750 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack); in CheckParameterPacksForExpansion()
848 std::tie(Depth, Index) = getDepthAndIndex(ND); in getNumArgumentsInExpansion()
H A DSemaTemplateInstantiate.cpp1277 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); in ForgetPartiallySubstitutedPack()
1296 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); in RememberPartiallySubstitutedPack()
H A DSemaTemplateDeduction.cpp778 std::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]); in addPacks()
806 PartialPackDepthIndex = getDepthAndIndex(Partial); in finishConstruction()
H A DSemaLookup.cpp1825 auto Index = getDepthAndIndex(D).second; in isAcceptableSlow()