Searched refs:DiagnoseUnexpandedParameterPack (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp264 bool Sema::DiagnoseUnexpandedParameterPack(SourceLocation Loc, function in class:Sema
280 bool Sema::DiagnoseUnexpandedParameterPack(Expr *E, function in class:Sema
294 bool Sema::DiagnoseUnexpandedParameterPack(const CXXScopeSpec &SS, function in class:Sema
311 bool Sema::DiagnoseUnexpandedParameterPack(const DeclarationNameInfo &NameInfo, function in class:Sema
331 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC);
346 bool Sema::DiagnoseUnexpandedParameterPack(SourceLocation Loc, function in class:Sema
360 bool Sema::DiagnoseUnexpandedParameterPack(TemplateArgumentLoc Arg, function in class:Sema
H A DSemaDeclCXX.cpp314 if (DiagnoseUnexpandedParameterPack(DefaultArg, UPPC_DefaultArgument)) {
1515 DiagnoseUnexpandedParameterPack(SpecifierRange.getBegin(), TInfo,
2709 if (DiagnoseUnexpandedParameterPack(InitExpr, UPPC_Initializer)) {
3068 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer))
3222 if (DiagnoseUnexpandedParameterPack(BaseLoc, BaseTInfo, UPPC_Initializer))
3225 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer))
7700 if (DiagnoseUnexpandedParameterPack(SS, UPPC_UsingDeclaration) ||
7701 DiagnoseUnexpandedParameterPack(TargetNameInfo, UPPC_UsingDeclaration))
8535 if (DiagnoseUnexpandedParameterPack(Name.StartLocation, TInfo,
12109 if (DiagnoseUnexpandedParameterPack(
[all...]
H A DSemaTemplate.cpp597 if (DiagnoseUnexpandedParameterPack(Loc, DefaultTInfo,
716 if (DiagnoseUnexpandedParameterPack(Default, UPPC_DefaultArgument))
799 if (DiagnoseUnexpandedParameterPack(DefaultArg.getLocation(),
1255 S.DiagnoseUnexpandedParameterPack(NTTP->getLocation(),
1366 DiagnoseUnexpandedParameterPack(NewNonTypeParm->getLocation(),
2519 if (DiagnoseUnexpandedParameterPack(TemplateArgs[I],
6262 if (DiagnoseUnexpandedParameterPack(TemplateArgs[I],
H A DSemaDecl.cpp4795 } else if (DiagnoseUnexpandedParameterPack(NameInfo, UPPC_DeclarationType))
4808 if (DiagnoseUnexpandedParameterPack(D.getCXXScopeSpec(),
4868 if (DiagnoseUnexpandedParameterPack(D.getIdentifierLoc(), TInfo,
9338 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer)) {
11937 if (DiagnoseUnexpandedParameterPack(TI->getTypeLoc().getBeginLoc(), TI,
12852 } else if (DiagnoseUnexpandedParameterPack(const_cast<Expr *>(BitWidth),
12950 if (DiagnoseUnexpandedParameterPack(D.getIdentifierLoc(), TInfo,
13905 if (Val && DiagnoseUnexpandedParameterPack(Val, UPPC_EnumeratorValue))
H A DSemaStmt.cpp1961 DiagnoseUnexpandedParameterPack(Range, UPPC_Expression)) {
3118 if (RetValExp && DiagnoseUnexpandedParameterPack(RetValExp))
H A DSemaDeclAttr.cpp3096 if (!Attr.isPackExpansion() && S.DiagnoseUnexpandedParameterPack(E))
3838 if (S.DiagnoseUnexpandedParameterPack(E))
H A DSemaExprCXX.cpp6709 DiagnoseUnexpandedParameterPack(FullExpr.get()))
H A DSemaExpr.cpp11617 if (DiagnoseUnexpandedParameterPack(CaretLoc, Sig, UPPC_Block)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6035 bool DiagnoseUnexpandedParameterPack(SourceLocation Loc, TypeSourceInfo *T,
6045 bool DiagnoseUnexpandedParameterPack(Expr *E,
6055 bool DiagnoseUnexpandedParameterPack(const CXXScopeSpec &SS,
6065 bool DiagnoseUnexpandedParameterPack(const DeclarationNameInfo &NameInfo,
6077 bool DiagnoseUnexpandedParameterPack(SourceLocation Loc,
6088 bool DiagnoseUnexpandedParameterPack(TemplateArgumentLoc Arg,

Completed in 859 milliseconds