Searched refs:UDSuffix (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 1373 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/llvm-project/clang/lib/Lex/ |
D | LiteralSupport.cpp | 1582 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init() local 1586 expandUCNs(UDSuffixBuf, UDSuffix); in init() 1588 UDSuffixBuf.assign(UDSuffix); in init() 1595 expandUCNs(ExpandedUDSuffix, UDSuffix); in init() 1596 UDSuffix = ExpandedUDSuffix; in init() 1603 if (UDSuffixBuf != UDSuffix) { in init() 1607 << UDSuffixBuf << UDSuffix in init()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1570 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1758 IdentifierInfo *UDSuffix, in BuildCookedLiteralOperatorCall() argument 1772 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in BuildCookedLiteralOperatorCall() 1860 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnStringLiteral() local 1874 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnStringLiteral() 3573 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnCharacterConstant() local 3583 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant() 3682 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); in ActOnNumericConstant() local 3704 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix); in ActOnNumericConstant()
|