Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp1604 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument
1664 if (!UDLScope) in ActOnStringLiteral()
1681 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral()
3122 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument
3168 if (!UDLScope) in ActOnCharacterConstant()
3173 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
3243 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument
3275 if (!UDLScope) in ActOnNumericConstant()
3301 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
/external/clang/include/clang/Sema/
DSema.h3864 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr);
3866 Scope *UDLScope = nullptr);
3875 Scope *UDLScope = nullptr);