Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp50 } else if (getDepthAndIndex(ND).first >= DepthLimit) in addUnexpanded()
699 std::tie(Depth, Index) = getDepthAndIndex(ND); in CheckParameterPacksForExpansion()
744 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack); in CheckParameterPacksForExpansion()
842 std::tie(Depth, Index) = getDepthAndIndex(ND); in getNumArgumentsInExpansion()
H A DSemaTemplateInstantiate.cpp976 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); in ForgetPartiallySubstitutedPack()
995 std::tie(Depth, Index) = getDepthAndIndex(PartialPack); in RememberPartiallySubstitutedPack()
H A DSemaTemplateDeduction.cpp756 std::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]); in addPacks()
784 PartialPackDepthIndex = getDepthAndIndex(Partial); in finishConstruction()
H A DSemaLookup.cpp1714 auto Index = getDepthAndIndex(D).second; in isVisibleSlow()