Home
last modified time | relevance | path

Searched defs:UPPC (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp454 << (int)UPPC << (int)Names.size(); in DiagnoseUnexpandedParameterPack() argument
304 DiagnoseUnexpandedParameterPacks(SourceLocation Loc,UnexpandedParameterPackContext UPPC,ArrayRef<UnexpandedParameterPack> Unexpanded) DiagnoseUnexpandedParameterPacks() argument
395 DiagnoseUnexpandedParameterPack(SourceLocation Loc,TypeSourceInfo * T,UnexpandedParameterPackContext UPPC) DiagnoseUnexpandedParameterPack() argument
410 DiagnoseUnexpandedParameterPack(Expr * E,UnexpandedParameterPackContext UPPC) DiagnoseUnexpandedParameterPack() argument
471 DiagnoseUnexpandedParameterPack(const DeclarationNameInfo & NameInfo,UnexpandedParameterPackContext UPPC) DiagnoseUnexpandedParameterPack() argument
508 DiagnoseUnexpandedParameterPack(SourceLocation Loc,TemplateName Template,UnexpandedParameterPackContext UPPC) DiagnoseUnexpandedParameterPack() argument
521 DiagnoseUnexpandedParameterPack(TemplateArgumentLoc Arg,UnexpandedParameterPackContext UPPC) DiagnoseUnexpandedParameterPack() argument
[all...]
H A DSemaExprCXX.cpp9126 auto UPPC = IsIfExists ? UPPC_IfExists : UPPC_IfNotExists; CheckMicrosoftIfExistsSymbol() local