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

/external/clang/lib/Sema/
H A DSemaExpr.cpp1444 IdentifierInfo *UDSuffix,
1458 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
1529 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
1545 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2843 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
2853 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2922 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); local
2944 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
1443 BuildCookedLiteralOperatorCall(Sema &S, Scope *Scope, IdentifierInfo *UDSuffix, SourceLocation UDSuffixLoc, ArrayRef<Expr*> Args, SourceLocation LitEndLoc) argument

Completed in 130 milliseconds