Home
last modified time | relevance | path

Searched refs:getPackIndex (Results 1 – 15 of 15) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h397 std::optional<unsigned> getPackIndex() const { in getPackIndex() function
H A DTypeProperties.td796 let Read = [{ node->getPackIndex() }];
H A DPropertiesBase.td729 let Read = [{ parm->getPackIndex() }];
H A DType.h6236 std::optional<unsigned> getPackIndex() const {
6247 getPackIndex());
H A DExprCXX.h4531 std::optional<unsigned> getPackIndex() const { in getPackIndex() function
/src/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp57 Profile(ID, Replacement, getAssociatedDecl(), getIndex(), getPackIndex()); in Profile()
H A DASTStructuralEquivalence.cpp322 if (E1->getPackIndex() != E2->getPackIndex()) in IsStmtEquivalent()
1220 if (Subst1->getPackIndex() != Subst2->getPackIndex()) in IsStructurallyEquivalent()
H A DTextNodeDumper.cpp1193 if (std::optional<unsigned int> PackIndex = STS->getPackIndex()) in dumpBareTemplateName()
2004 if (auto PackIndex = T->getPackIndex()) in VisitSubstTemplateTypeParmType()
H A DJSONNodeDumper.cpp774 if (auto PackIndex = STTPT->getPackIndex()) in VisitSubstTemplateTypeParmType()
H A DASTImporter.cpp1588 T->getPackIndex()); in VisitSubstTemplateTypeParmType()
8879 E->getIndex(), E->getPackIndex(), E->isReferenceParameter()); in VisitSubstNonTypeTemplateParmExpr()
9878 Subst->getPackIndex()); in Import()
H A DType.cpp1259 T->getIndex(), T->getPackIndex()); in VisitSubstTemplateTypeParmType()
H A DASTContext.cpp13629 auto PackIndex = SX->getPackIndex(); in getCommonSugarTypeNode()
13630 if (PackIndex != SY->getPackIndex()) in getCommonSugarTypeNode()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1387 std::optional<unsigned> getPackIndex(TemplateArgument Pack) { in getPackIndex() function in __anon54d8576a0211::TemplateInstantiator
2004 PackIndex = getPackIndex(Arg); in TransformTemplateName()
2030 getPackIndex(Pack)); in TransformTemplateName()
2098 PackIndex = getPackIndex(Arg); in TransformTemplateParmRefExpr()
2259 E->getParameterPackLocation(), Arg, getPackIndex(Pack)); in TransformSubstNonTypeTemplateParmPackExpr()
2302 SugaredConverted, E->getPackIndex()); in TransformSubstNonTypeTemplateParmExpr()
2517 PackIndex = getPackIndex(Arg); in TransformTemplateTypeParmType()
2568 getPackIndex(Pack), Arg, TL.getNameLoc()); in TransformSubstTemplateTypeParmPackType()
H A DTreeTransform.h6886 Replacement, NewReplaced, T->getIndex(), T->getPackIndex()); in TransformSubstTemplateTypeParmType()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2201 CurrentPackingBits.addBit((bool)E->getPackIndex()); in VisitSubstNonTypeTemplateParmExpr()
2202 if (auto PackIndex = E->getPackIndex()) in VisitSubstNonTypeTemplateParmExpr()