Searched refs:getPackIndex (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateName.h | 439 UnsignedOrNone getPackIndex() const { in getPackIndex() function
|
| H A D | TypeProperties.td | 827 let Read = [{ node->getPackIndex() }];
|
| H A D | PropertiesBase.td | 734 let Read = [{ parm->getPackIndex() }];
|
| H A D | Type.h | 6610 UnsignedOrNone getPackIndex() const { 6620 getPackIndex(), getFinal());
|
| H A D | ExprCXX.h | 4653 UnsignedOrNone getPackIndex() const { in getPackIndex() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1447 UnsignedOrNone getPackIndex(TemplateArgument Pack) { in getPackIndex() function in __anondb690eb50211::TemplateInstantiator 2160 PackIndex = getPackIndex(Arg); in TransformTemplateName() 2182 getPackIndex(Pack), SubstPack->getFinal()); in TransformTemplateName() 2248 PackIndex = getPackIndex(Arg); in TransformTemplateParmRefExpr() 2431 E->getParameterPackLocation(), Arg, getPackIndex(Pack), E->getFinal()); in TransformSubstNonTypeTemplateParmPackExpr() 2475 SugaredConverted, E->getPackIndex(), E->getFinal()); in TransformSubstNonTypeTemplateParmExpr() 2697 PackIndex = getPackIndex(Arg); in TransformTemplateTypeParmType() 2748 getPackIndex(Pack), Arg, TL.getNameLoc()); in TransformSubstTemplateTypeParmPackType()
|
| H A D | TreeTransform.h | 7119 Replacement, NewReplaced, T->getIndex(), T->getPackIndex(), in TransformSubstTemplateTypeParmType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateName.cpp | 80 Profile(ID, Replacement, getAssociatedDecl(), getIndex(), getPackIndex(), in Profile()
|
| H A D | ASTStructuralEquivalence.cpp | 324 if (E1->getPackIndex() != E2->getPackIndex()) in IsStmtEquivalent() 1325 if (Subst1->getPackIndex() != Subst2->getPackIndex()) in IsStructurallyEquivalent()
|
| H A D | TextNodeDumper.cpp | 1330 if (UnsignedOrNone PackIndex = STS->getPackIndex()) in dumpBareTemplateName() 2156 if (auto PackIndex = T->getPackIndex()) in VisitSubstTemplateTypeParmType()
|
| H A D | JSONNodeDumper.cpp | 776 if (auto PackIndex = STTPT->getPackIndex()) in VisitSubstTemplateTypeParmType()
|
| H A D | ASTImporter.cpp | 1819 *ToReplacementTypeOrErr, *ReplacedOrErr, T->getIndex(), T->getPackIndex(), in VisitSubstTemplateTypeParmType() 9226 E->getIndex(), E->getPackIndex(), E->isReferenceParameter(), in VisitSubstNonTypeTemplateParmExpr() 10239 Subst->getPackIndex(), Subst->getFinal()); in Import()
|
| H A D | Type.cpp | 1308 T->getPackIndex(), T->getFinal()); in VisitSubstTemplateTypeParmType()
|
| H A D | ASTContext.cpp | 14437 auto PackIndex = SX->getPackIndex(); in getCommonSugarTypeNode() 14438 if (PackIndex != SY->getPackIndex()) in getCommonSugarTypeNode()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2232 Record.writeUnsignedOrNone(E->getPackIndex()); in VisitSubstNonTypeTemplateParmExpr()
|