Home | History | Annotate | Download | only in Sema

Lines Matching defs:UDSuffixLoc

1164                                                  SourceLocation UDSuffixLoc,
1178 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1179 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
1181 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName);
1249 SourceLocation UDSuffixLoc =
1255 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl));
1264 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2451 SourceLocation UDSuffixLoc =
2456 UDSuffixLoc, diag::err_invalid_character_udl));
2460 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2530 SourceLocation UDSuffixLoc =
2535 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_numeric_udl));
2552 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
2553 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
2557 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName);