Searched defs:isParameterPack (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateVariadic.cpp | 1062 static bool isParameterPack(Expr *PackExpression) { isParameterPack() function |
/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 242 bool Decl::isParameterPack() const { isParameterPack() function in Decl |
H A D | DeclTemplate.cpp | 705 bool TemplateTypeParmDecl::isParameterPack() const { isParameterPack() function in TemplateTypeParmDecl |
H A D | Decl.cpp | 2651 bool VarDecl::isParameterPack() const { isParameterPack() function in VarDecl |