Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp1373 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init() local
1377 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()
/external/clang/lib/Sema/
DSemaExpr.cpp1570 IdentifierInfo *UDSuffix, in BuildCookedLiteralOperatorCall() argument
1584 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in BuildCookedLiteralOperatorCall()
1658 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral() local
1672 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnStringLiteral()
3163 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant() local
3173 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
3270 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant() local
3292 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnNumericConstant()