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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp509 bool TemplateTypeParmDecl::isParameterPack() const { function in class:TemplateTypeParmDecl
H A DDeclBase.cpp149 bool Decl::isParameterPack() const { function in class:Decl
H A DDecl.cpp2166 bool ParmVarDecl::isParameterPack() const { function in class:ParmVarDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h1134 bool isParameterPack() const { return ParameterPack; } function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
H A DType.h3495 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType

Completed in 181 milliseconds