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

/external/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,
2706 if (DiagnoseUnexpandedParameterPack(InitExpr, UPPC_Initializer)) {
3065 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer))
3219 if (DiagnoseUnexpandedParameterPack(BaseLoc, BaseTInfo, UPPC_Initializer))
3222 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer))
7694 if (DiagnoseUnexpandedParameterPack(SS, UPPC_UsingDeclaration) ||
7695 DiagnoseUnexpandedParameterPack(TargetNameInfo, UPPC_UsingDeclaration))
8525 if (DiagnoseUnexpandedParameterPack(Name.StartLocation, TInfo,
12076 if (DiagnoseUnexpandedParameterPack(
[all...]
H A DSemaTemplate.cpp597 if (DiagnoseUnexpandedParameterPack(Loc, DefaultTInfo,
716 if (DiagnoseUnexpandedParameterPack(Default, UPPC_DefaultArgument))
799 if (DiagnoseUnexpandedParameterPack(DefaultArg.getLocation(),
1254 S.DiagnoseUnexpandedParameterPack(NTTP->getLocation(),
1365 DiagnoseUnexpandedParameterPack(NewNonTypeParm->getLocation(),
2518 if (DiagnoseUnexpandedParameterPack(TemplateArgs[I],
6256 if (DiagnoseUnexpandedParameterPack(TemplateArgs[I],
H A DSemaDecl.cpp4797 } else if (DiagnoseUnexpandedParameterPack(NameInfo, UPPC_DeclarationType))
4810 if (DiagnoseUnexpandedParameterPack(D.getCXXScopeSpec(),
4870 if (DiagnoseUnexpandedParameterPack(D.getIdentifierLoc(), TInfo,
9323 if (DiagnoseUnexpandedParameterPack(Init, UPPC_Initializer)) {
11904 if (DiagnoseUnexpandedParameterPack(TI->getTypeLoc().getBeginLoc(), TI,
12807 } else if (DiagnoseUnexpandedParameterPack(const_cast<Expr *>(BitWidth),
12905 if (DiagnoseUnexpandedParameterPack(D.getIdentifierLoc(), TInfo,
13860 if (Val && DiagnoseUnexpandedParameterPack(Val, UPPC_EnumeratorValue))
H A DSemaStmt.cpp1961 DiagnoseUnexpandedParameterPack(Range, UPPC_Expression)) {
3118 if (RetValExp && DiagnoseUnexpandedParameterPack(RetValExp))
H A DSemaDeclAttr.cpp3095 if (!Attr.isPackExpansion() && S.DiagnoseUnexpandedParameterPack(E))
3831 if (S.DiagnoseUnexpandedParameterPack(E))
H A DSemaExprCXX.cpp6716 DiagnoseUnexpandedParameterPack(FullExpr.get()))
H A DSemaExpr.cpp11439 if (DiagnoseUnexpandedParameterPack(CaretLoc, Sig, UPPC_Block)) {
/external/clang/include/clang/Sema/
H A DSema.h6033 bool DiagnoseUnexpandedParameterPack(SourceLocation Loc, TypeSourceInfo *T,
6043 bool DiagnoseUnexpandedParameterPack(Expr *E,
6053 bool DiagnoseUnexpandedParameterPack(const CXXScopeSpec &SS,
6063 bool DiagnoseUnexpandedParameterPack(const DeclarationNameInfo &NameInfo,
6075 bool DiagnoseUnexpandedParameterPack(SourceLocation Loc,
6086 bool DiagnoseUnexpandedParameterPack(TemplateArgumentLoc Arg,

Completed in 540 milliseconds