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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp650 bool TemplateTypeParmDecl::isParameterPack() const { function in class:TemplateTypeParmDecl
H A DDeclBase.cpp211 bool Decl::isParameterPack() const { function in class:Decl
H A DDecl.cpp2451 bool VarDecl::isParameterPack() const { function in class:VarDecl
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1497 bool isParameterPack() const { return ParameterPack; } function in class:clang::final
1669 bool isParameterPack() const { return ParameterPack; } function in class:clang::final

Completed in 86 milliseconds