Searched refs:UDSuffix (Results 1 – 2 of 2) sorted by relevance
1363 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init() local1367 expandUCNs(UDSuffixBuf, UDSuffix); in init()1369 UDSuffixBuf.assign(UDSuffix); in init()1376 expandUCNs(ExpandedUDSuffix, UDSuffix); in init()1377 UDSuffix = ExpandedUDSuffix; in init()1384 if (UDSuffixBuf != UDSuffix) { in init()1388 << UDSuffixBuf << UDSuffix in init()
1474 IdentifierInfo *UDSuffix, in BuildCookedLiteralOperatorCall() argument1488 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in BuildCookedLiteralOperatorCall()1562 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral() local1576 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnStringLiteral()3102 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant() local3112 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()3209 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant() local3231 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnNumericConstant()