Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp1858 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument
1931 if (!UDLScope) in ActOnStringLiteral()
1948 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral()
3618 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument
3669 if (!UDLScope) in ActOnCharacterConstant()
3674 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
3744 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument
3778 if (!UDLScope) in ActOnNumericConstant()
3804 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5520 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr);
5522 Scope *UDLScope = nullptr);
5531 Scope *UDLScope = nullptr);