Lines Matching refs:OpNameInfo
1938 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall() local
1939 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1948 return S.BuildLiteralOperatorCall(R, OpNameInfo, Args, LitEndLoc); in BuildCookedLiteralOperatorCall()
2125 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral() local
2126 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral()
2144 return BuildLiteralOperatorCall(R, OpNameInfo, Args, StringTokLocs.back()); in ActOnStringLiteral()
2152 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, in ActOnStringLiteral()
2173 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, in ActOnStringLiteral()
3703 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnNumericConstant() local
3704 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnNumericConstant()
3733 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant()
3748 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant()
3766 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, TokLoc, in ActOnNumericConstant()