Home | History | Annotate | Download | only in Sema

Lines Matching defs:UDSuffixLoc

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