Home | History | Annotate | Download | only in Sema

Lines Matching defs:UDSuffixLoc

1445                                                  SourceLocation UDSuffixLoc,
1459 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1460 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
1462 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName);
1530 SourceLocation UDSuffixLoc =
1536 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl));
1545 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2844 SourceLocation UDSuffixLoc =
2849 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_character_udl));
2853 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2923 SourceLocation UDSuffixLoc =
2928 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_numeric_udl));
2945 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
2946 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
2950 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName);