Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp1363 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init() local
1367 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()
/external/clang/lib/Sema/
DSemaExpr.cpp1474 IdentifierInfo *UDSuffix, in BuildCookedLiteralOperatorCall() argument
1488 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in BuildCookedLiteralOperatorCall()
1562 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral() local
1576 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnStringLiteral()
3102 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant() local
3112 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
3209 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant() local
3231 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnNumericConstant()