Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1062 static bool isParameterPack(Expr *PackExpression) { isParameterPack() function
1075 bool isParameterPack = ::isParameterPack(PackExpression); ActOnPackIndexingExpr() local
[all...]
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp242 bool Decl::isParameterPack() const { isParameterPack() function in Decl
H A DDeclTemplate.cpp705 bool TemplateTypeParmDecl::isParameterPack() const { isParameterPack() function in TemplateTypeParmDecl
H A DDecl.cpp2651 bool VarDecl::isParameterPack() const { isParameterPack() function in VarDecl