/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAMDGPU.cpp | 171 if (S.DiagnoseUnexpandedParameterPack(MinExpr) || in checkAMDGPUWavesPerEUArguments() 172 (MaxExpr && S.DiagnoseUnexpandedParameterPack(MaxExpr))) in checkAMDGPUWavesPerEUArguments() 254 if (S.DiagnoseUnexpandedParameterPack(XExpr) || in checkAMDGPUMaxNumWorkGroupsArguments() 255 (YExpr && S.DiagnoseUnexpandedParameterPack(YExpr)) || in checkAMDGPUMaxNumWorkGroupsArguments() 256 (ZExpr && S.DiagnoseUnexpandedParameterPack(ZExpr))) in checkAMDGPUMaxNumWorkGroupsArguments()
|
H A D | SemaTemplateVariadic.cpp | 393 bool Sema::DiagnoseUnexpandedParameterPack(SourceLocation Loc, in DiagnoseUnexpandedParameterPack() function in Sema 409 bool Sema::DiagnoseUnexpandedParameterPack(Expr *E, in DiagnoseUnexpandedParameterPack() function in Sema 453 bool Sema::DiagnoseUnexpandedParameterPack(const CXXScopeSpec &SS, in DiagnoseUnexpandedParameterPack() function in Sema 470 bool Sema::DiagnoseUnexpandedParameterPack(const DeclarationNameInfo &NameInfo, in DiagnoseUnexpandedParameterPack() function in Sema 491 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC); in DiagnoseUnexpandedParameterPack() 506 bool Sema::DiagnoseUnexpandedParameterPack(SourceLocation Loc, in DiagnoseUnexpandedParameterPack() function in Sema 520 bool Sema::DiagnoseUnexpandedParameterPack(TemplateArgumentLoc Arg, in DiagnoseUnexpandedParameterPack() function in Sema
|
H A D | SemaDeclCXX.cpp | 346 if (DiagnoseUnexpandedParameterPack(DefaultArg, UPPC_DefaultArgument)) in ActOnParamDefaultArgument() 831 if (DiagnoseUnexpandedParameterPack(D.getIdentifierLoc(), TInfo, in ActOnDecompositionDeclarator() 2784 DiagnoseUnexpandedParameterPack(SpecifierRange.getBegin(), TInfo, in ActOnBaseSpecifier() 4059 if (DiagnoseUnexpandedParameterPack(ConstraintExpr.get(), in ActOnRequiresClause() 4098 if (DiagnoseUnexpandedParameterPack(InitExpr, UPPC_Initializer)) { in ActOnFinishCXXInClassMemberInitializer() 4481 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer)) in BuildMemberInitializer() 4653 if (DiagnoseUnexpandedParameterPack(BaseLoc, BaseTInfo, UPPC_Initializer)) in BuildBaseInitializer() 4656 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer)) in BuildBaseInitializer() 12255 if (DiagnoseUnexpandedParameterPack(SS, UPPC_UsingDeclaration) || in ActOnUsingDeclaration() 12256 DiagnoseUnexpandedParameterPack(TargetNameInf in ActOnUsingDeclaration() [all...] |
H A D | SemaTemplate.cpp | 1040 if (DiagnoseUnexpandedParameterPack(ParamNameLoc, DefaultTInfo, in ActOnTypeParameter() 1125 if (DiagnoseUnexpandedParameterPack(Arg, UPPC_TypeConstraint)) in BuildTypeConstraint() 1563 if (DiagnoseUnexpandedParameterPack(Default, UPPC_DefaultArgument)) in ActOnNonTypeTemplateParameter() 1634 if (DiagnoseUnexpandedParameterPack(DefaultArg.getLocation(), in ActOnTemplateTemplateParameter() 2249 if (S.DiagnoseUnexpandedParameterPack(ArgLoc, in DiagnoseUnexpandedParameterPacks() 2257 S.DiagnoseUnexpandedParameterPack(NTTP->getLocation(), in DiagnoseUnexpandedParameterPacks() 2362 DiagnoseUnexpandedParameterPack(NewNonTypeParm->getLocation(), in CheckTemplateParameterList() 3981 if (DiagnoseUnexpandedParameterPack(TemplateArgs[I], in ActOnVarTemplateSpecialization() 8190 if (DiagnoseUnexpandedParameterPack(TemplateArgs[I], in ActOnClassTemplateSpecialization() 8483 if (DiagnoseUnexpandedParameterPack(ConstraintExpr)) in ActOnConceptDefinition()
|
H A D | SemaStmtAttr.cpp | 711 if (DiagnoseUnexpandedParameterPack(Assumption)) { in ActOnCXXAssumeAttr()
|
H A D | SemaLambda.cpp | 966 S.DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo, in getLambdaType() 1187 DiagnoseUnexpandedParameterPack(C->Init.get(), UPPC_Initializer); in ActOnLambdaExpressionAfterIntroducer()
|
H A D | SemaStmt.cpp | 468 if (DiagnoseUnexpandedParameterPack(Val.get())) in ActOnCaseExpr() 2363 DiagnoseUnexpandedParameterPack(Range, UPPC_Expression)) { in ActOnCXXForRangeStmt() 3782 if (RetValExp && DiagnoseUnexpandedParameterPack(RetValExp)) in BuildReturnStmt()
|
H A D | SemaDecl.cpp | 6217 } else if (DiagnoseUnexpandedParameterPack(NameInfo, UPPC_DeclarationType)) in HandleDeclarator() 6224 if (DiagnoseUnexpandedParameterPack(D.getCXXScopeSpec(), in HandleDeclarator() 6282 if (DiagnoseUnexpandedParameterPack(D.getIdentifierLoc(), TInfo, in HandleDeclarator() 9903 if (DiagnoseUnexpandedParameterPack( in ActOnFunctionDeclarator() 13399 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer)) { in AddInitializerToDecl() 17105 if (DiagnoseUnexpandedParameterPack(TI->getTypeLoc().getBeginLoc(), TI, in ActOnTag() 18156 } else if (DiagnoseUnexpandedParameterPack(const_cast<Expr *>(BitWidth), in VerifyBitField() 18253 if (DiagnoseUnexpandedParameterPack(D.getIdentifierLoc(), TInfo, in HandleField() 19381 if (Val && DiagnoseUnexpandedParameterPack(Val, UPPC_EnumeratorValue)) in CheckEnumConstant()
|
H A D | SemaDeclAttr.cpp | 3922 S.DiagnoseUnexpandedParameterPack(TInfo->getTypeLoc().getBeginLoc(), in handleAlignedAttr() 3948 if (!AL.isPackExpansion() && S.DiagnoseUnexpandedParameterPack(E)) in handleAlignedAttr() 5086 if (S.DiagnoseUnexpandedParameterPack(E)) in makeLaunchBoundsArgExpr()
|
H A D | SemaExprCXX.cpp | 9064 if (!IsTemplateArgument && DiagnoseUnexpandedParameterPack(FullExpr.get())) in ActOnFinishFullExpr() 9200 if (DiagnoseUnexpandedParameterPack(SS, UPPC) || in CheckMicrosoftIfExistsSymbol() 9201 DiagnoseUnexpandedParameterPack(TargetNameInfo, UPPC)) in CheckMicrosoftIfExistsSymbol()
|
H A D | SemaType.cpp | 3003 S.DiagnoseUnexpandedParameterPack(AutoLoc.getArgLoc(Idx), in InventTemplateParameter() 3030 if (S.DiagnoseUnexpandedParameterPack(Arg, in InventTemplateParameter()
|
H A D | SemaExpr.cpp | 15973 if (DiagnoseUnexpandedParameterPack(CaretLoc, Sig, UPPC_Block)) { in ActOnBlockArguments()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 13966 bool DiagnoseUnexpandedParameterPack(SourceLocation Loc, TypeSourceInfo *T, 13976 bool DiagnoseUnexpandedParameterPack( 13995 bool DiagnoseUnexpandedParameterPack(const CXXScopeSpec &SS, 14005 bool DiagnoseUnexpandedParameterPack(const DeclarationNameInfo &NameInfo, 14017 bool DiagnoseUnexpandedParameterPack(SourceLocation Loc, 14028 bool DiagnoseUnexpandedParameterPack(TemplateArgumentLoc Arg,
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 491 if (Actions.DiagnoseUnexpandedParameterPack(Expr.get())) { in ParseAttributeArgumentList()
|