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

/external/clang/lib/Sema/
H A DSemaExpr.cpp1268 IdentifierInfo *UDSuffix,
1282 S.Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
1353 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
1369 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2572 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix());
2582 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2651 IdentifierInfo *UDSuffix = &Context.Idents.get(Literal.getUDSuffix()); local
2673 Context.DeclarationNames.getCXXLiteralOperatorName(UDSuffix);
1267 BuildCookedLiteralOperatorCall(Sema &S, Scope *Scope, IdentifierInfo *UDSuffix, SourceLocation UDSuffixLoc, ArrayRef<Expr*> Args, SourceLocation LitEndLoc) argument

Completed in 220 milliseconds