Searched refs:UDSuffix (Results 1 – 2 of 2) sorted by relevance
1373 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init() local1377 expandUCNs(UDSuffixBuf, UDSuffix); in init()1379 UDSuffixBuf.assign(UDSuffix); in init()1386 expandUCNs(ExpandedUDSuffix, UDSuffix); in init()1387 UDSuffix = ExpandedUDSuffix; in init()1394 if (UDSuffixBuf != UDSuffix) { in init()1398 << UDSuffixBuf << UDSuffix in init()
1570 IdentifierInfo *UDSuffix, in BuildCookedLiteralOperatorCall() argument1584 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in BuildCookedLiteralOperatorCall()1658 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral() local1672 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnStringLiteral()3163 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant() local3173 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()3270 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant() local3292 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnNumericConstant()