Home
last modified time | relevance | path

Searched refs:UDSuffix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2075 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init() local
2079 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1923 IdentifierInfo *UDSuffix, in BuildCookedLiteralOperatorCall() argument
1937 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in BuildCookedLiteralOperatorCall()
2110 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral() local
2124 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnStringLiteral()
3564 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant() local
3574 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
3680 const IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant() local
3702 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnNumericConstant()