Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateName.cpp57 Profile(ID, Replacement, getAssociatedDecl(), getIndex(), getPackIndex()); in Profile()
H A DASTStructuralEquivalence.cpp299 if (E1->getPackIndex() != E2->getPackIndex()) in IsStmtEquivalent()
1117 if (Subst1->getPackIndex() != Subst2->getPackIndex()) in IsStructurallyEquivalent()
H A DJSONNodeDumper.cpp697 if (auto PackIndex = STTPT->getPackIndex()) in VisitSubstTemplateTypeParmType()
H A DTextNodeDumper.cpp1581 if (auto PackIndex = T->getPackIndex()) in VisitSubstTemplateTypeParmType()
H A DASTImporter.cpp1529 T->getPackIndex()); in VisitSubstTemplateTypeParmType()
8455 E->getIndex(), E->getPackIndex(), E->isReferenceParameter()); in VisitSubstNonTypeTemplateParmExpr()
9444 Subst->getPackIndex()); in Import()
H A DType.cpp1175 T->getIndex(), T->getPackIndex()); in VisitSubstTemplateTypeParmType()
H A DASTContext.cpp12963 auto PackIndex = SX->getPackIndex(); in getCommonSugarTypeNode()
12964 if (PackIndex != SY->getPackIndex()) in getCommonSugarTypeNode()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTemplateName.h399 std::optional<unsigned> getPackIndex() const { in getPackIndex() function
H A DTypeProperties.td745 let Read = [{ node->getPackIndex() }];
H A DPropertiesBase.td709 let Read = [{ parm->getPackIndex() }];
H A DType.h5119 std::optional<unsigned> getPackIndex() const {
5130 getPackIndex());
H A DExprCXX.h4366 std::optional<unsigned> getPackIndex() const { in getPackIndex() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1140 std::optional<unsigned> getPackIndex(TemplateArgument Pack) { in getPackIndex() function in __anon63295b2c0211::TemplateInstantiator
1649 PackIndex = getPackIndex(Arg); in TransformTemplateName()
1677 SubstPack->getIndex(), getPackIndex(Pack)); in TransformTemplateName()
1745 PackIndex = getPackIndex(Arg); in TransformTemplateParmRefExpr()
1860 E->getParameterPackLocation(), Arg, getPackIndex(Pack)); in TransformSubstNonTypeTemplateParmPackExpr()
1903 SugaredConverted, E->getPackIndex()); in TransformSubstNonTypeTemplateParmExpr()
2121 PackIndex = getPackIndex(Arg); in TransformTemplateTypeParmType()
2172 getPackIndex(Pack), Arg, TL.getNameLoc()); in TransformSubstTemplateTypeParmPackType()
H A DTreeTransform.h6527 Replacement, NewReplaced, T->getIndex(), T->getPackIndex()); in TransformSubstTemplateTypeParmType()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp2037 if (auto PackIndex = E->getPackIndex()) in VisitSubstNonTypeTemplateParmExpr()