Home
last modified time | relevance | path

Searched refs:getArgPackSubstIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h251 UnsignedOrNone getArgPackSubstIndex() const { return ArgPackSubstIndex; } in getArgPackSubstIndex() function
H A DDeclTemplate.h1341 getTypeConstraint()->getArgPackSubstIndex());
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp232 TC->getArgPackSubstIndex()); in getAssociatedConstraints()
H A DASTImporter.cpp6201 ToD->setTypeConstraint(ToConceptRef, ToIDC, TC->getArgPackSubstIndex()); in VisitTemplateTypeParmDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2089 Record.writeUnsignedOrNone(TC->getArgPackSubstIndex()); in VisitTemplateTypeParmDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3235 UnsignedOrNone Index = TC->getArgPackSubstIndex(); in SubstTypeConstraint()