Searched refs:isPackExpansion (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h96 bool isPackExpansion() const { return IsPackExpansion; } function in class:clang::Attr
H A DTemplateBase.h234 bool isPackExpansion() const;
H A DDeclCXX.h214 bool isPackExpansion() const { return EllipsisLoc.isValid(); } function in class:clang::CXXBaseSpecifier
1934 bool isPackExpansion() const { function in class:clang::CXXCtorInitializer
1940 assert(isPackExpansion() && "Initializer is not a pack expansion");
H A DDeclTemplate.h1141 bool isPackExpansion() const { function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1277 bool isPackExpansion() const {
H A DExprObjC.h213 bool isPackExpansion() const { return EllipsisLoc.isValid(); } function in struct:clang::ObjCDictionaryElement
H A DExprCXX.h1436 bool isPackExpansion() const { return EllipsisLoc.isValid(); } function in class:clang::LambdaExpr::Capture
1441 assert(isPackExpansion() && "No ellipsis location for a non-expansion");
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp99 if (Element.isPackExpansion())
152 if (Arg.isPackExpansion())
160 if (ArgLoc.getArgument().isPackExpansion())
854 assert(Argument.isPackExpansion());
H A DSemaTemplateInstantiateDecl.cpp97 if (!Aligned->isPackExpansion()) {
147 assert(!TmplAttr->isPackExpansion());
1826 } else if (D->isPackExpansion()) {
1988 } else if (D->isPackExpansion()) {
3966 if (Init->isPackExpansion()) {
H A DSemaTemplateDeduction.cpp1642 if (Arg.isPackExpansion())
1786 if (Arg.isPackExpansion())
1814 if (!Params[ParamIdx].isPackExpansion()) {
1821 if (Args[ArgIdx].isPackExpansion()) {
H A DSemaTemplateInstantiate.cpp975 if (Arg.isPackExpansion())
1825 if (Base->isPackExpansion()) {
H A DSemaTemplate.cpp1351 if (!NewNonTypeParm->isPackExpansion())
1398 if (!NewTemplateParm->isPackExpansion())
2331 !Arg.pack_begin()->isPackExpansion())
3632 if (TemplateArgs[ArgIdx-1].getArgument().isPackExpansion()) {
H A DSemaDeclAttr.cpp3340 if (Attr.isPackExpansion() && !E->containsUnexpandedParameterPack()) {
3346 if (!Attr.isPackExpansion() && S.DiagnoseUnexpandedParameterPack(E))
3350 Attr.isPackExpansion());
H A DTreeTransform.h3337 if (In.getArgument().isPackExpansion()) {
8483 if (C->isPackExpansion()) {
8949 if (OrigElement.isPackExpansion()) {
H A DSemaDecl.cpp9485 /*EllipsisLoc*/C->isPackExpansion()
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DAttributeList.h338 bool isPackExpansion() const { return EllipsisLoc.isValid(); } function in class:clang::AttributeList
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp777 if (Base->isPackExpansion())
H A DStmtProfile.cpp886 ID.AddBoolean(C->isPackExpansion());
H A DASTImporter.cpp1999 if (Base1->isPackExpansion())
H A DASTContext.cpp3148 if (Args[I].isPackExpansion())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4998 AddSourceLocation(Base.isPackExpansion()? Base.getEllipsisLoc()
5151 AddSourceLocation(Capture.isPackExpansion() ? Capture.getEllipsisLoc()

Completed in 494 milliseconds