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

/external/clang/lib/Lex/
H A DLiteralSupport.cpp1365 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd);
1369 expandUCNs(UDSuffixBuf, UDSuffix);
1371 UDSuffixBuf.assign(UDSuffix);
1378 expandUCNs(ExpandedUDSuffix, UDSuffix);
1379 UDSuffix = ExpandedUDSuffix;
1386 if (UDSuffixBuf != UDSuffix) {
1390 << UDSuffixBuf << UDSuffix
/external/clang/lib/Sema/
H A DSemaExpr.cpp1468 IdentifierInfo *UDSuffix,
1482 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
1556 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
1570 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
2997 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
3007 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
3076 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); local
3098 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
1467 BuildCookedLiteralOperatorCall(Sema &S, Scope *Scope, IdentifierInfo *UDSuffix, SourceLocation UDSuffixLoc, ArrayRef<Expr*> Args, SourceLocation LitEndLoc) argument

Completed in 627 milliseconds