Home
last modified time | relevance | path

Searched defs:ParameterPack (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp644 bool Typename, bool ParameterPack, bool HasTypeConstraint, in Create()
745 QualType T, bool ParameterPack, TypeSourceInfo *TInfo) { in Create()
837 bool ParameterPack, IdentifierInfo *Id, in Create()
H A DASTContext.cpp5270 bool ParameterPack, in getTemplateTypeParmType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1027 NamedDecl *ParameterPack = nullptr; in ActOnSizeofParameterPackExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1383 ParameterPack(NodeArray Data_) : Node(KParameterPack), Data(Data_) { in ParameterPack() function