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