Searched refs:getPackIndex (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TemplateName.cpp | 57 Profile(ID, Replacement, getAssociatedDecl(), getIndex(), getPackIndex()); in Profile()
|
| H A D | ASTStructuralEquivalence.cpp | 299 if (E1->getPackIndex() != E2->getPackIndex()) in IsStmtEquivalent() 1117 if (Subst1->getPackIndex() != Subst2->getPackIndex()) in IsStructurallyEquivalent()
|
| H A D | JSONNodeDumper.cpp | 697 if (auto PackIndex = STTPT->getPackIndex()) in VisitSubstTemplateTypeParmType()
|
| H A D | TextNodeDumper.cpp | 1581 if (auto PackIndex = T->getPackIndex()) in VisitSubstTemplateTypeParmType()
|
| H A D | ASTImporter.cpp | 1529 T->getPackIndex()); in VisitSubstTemplateTypeParmType() 8455 E->getIndex(), E->getPackIndex(), E->isReferenceParameter()); in VisitSubstNonTypeTemplateParmExpr() 9444 Subst->getPackIndex()); in Import()
|
| H A D | Type.cpp | 1175 T->getIndex(), T->getPackIndex()); in VisitSubstTemplateTypeParmType()
|
| H A D | ASTContext.cpp | 12963 auto PackIndex = SX->getPackIndex(); in getCommonSugarTypeNode() 12964 if (PackIndex != SY->getPackIndex()) in getCommonSugarTypeNode()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TemplateName.h | 399 std::optional<unsigned> getPackIndex() const { in getPackIndex() function
|
| H A D | TypeProperties.td | 745 let Read = [{ node->getPackIndex() }];
|
| H A D | PropertiesBase.td | 709 let Read = [{ parm->getPackIndex() }];
|
| H A D | Type.h | 5119 std::optional<unsigned> getPackIndex() const { 5130 getPackIndex());
|
| H A D | ExprCXX.h | 4366 std::optional<unsigned> getPackIndex() const { in getPackIndex() function
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1140 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 D | TreeTransform.h | 6527 Replacement, NewReplaced, T->getIndex(), T->getPackIndex()); in TransformSubstTemplateTypeParmType()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2037 if (auto PackIndex = E->getPackIndex()) in VisitSubstNonTypeTemplateParmExpr()
|