Searched refs:UDSuffix (Results 1 – 2 of 2) sorted by relevance
2075 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init() local2079 expandUCNs(UDSuffixBuf, UDSuffix); in init()2081 UDSuffixBuf.assign(UDSuffix); in init()2088 expandUCNs(ExpandedUDSuffix, UDSuffix); in init()2089 UDSuffix = ExpandedUDSuffix; in init()2096 bool UnevaluatedStringHasUDL = isUnevaluated() && !UDSuffix.empty(); in init()2097 if (UDSuffixBuf != UDSuffix || UnevaluatedStringHasUDL) { in init()2105 << UDSuffixBuf << UDSuffix in init()
1923 IdentifierInfo *UDSuffix, in BuildCookedLiteralOperatorCall() argument1937 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in BuildCookedLiteralOperatorCall()2110 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral() local2124 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnStringLiteral()3564 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant() local3574 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()3680 const IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant() local3702 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnNumericConstant()