Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1066 static bool isParameterPack(Expr *PackExpression) { in isParameterPack() function
1079 bool isParameterPack = ::isParameterPack(PackExpression); in ActOnPackIndexingExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp242 bool Decl::isParameterPack() const { in isParameterPack() function in Decl
H A DDeclTemplate.cpp705 bool TemplateTypeParmDecl::isParameterPack() const { in isParameterPack() function in TemplateTypeParmDecl
H A DDecl.cpp2655 bool VarDecl::isParameterPack() const { in isParameterPack() function in VarDecl