Lines Matching refs:UDSuffixLoc
1317 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall() argument
1331 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1332 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1334 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall()
1402 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local
1408 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnStringLiteral()
1417 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnStringLiteral()
2676 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local
2681 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_character_udl)); in ActOnCharacterConstant()
2685 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
2756 SourceLocation UDSuffixLoc = in ActOnNumericConstant() local
2761 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_numeric_udl)); in ActOnNumericConstant()
2778 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnNumericConstant()
2779 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnNumericConstant()
2783 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName); in ActOnNumericConstant()