Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2139 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument
2223 if (!UDLScope) in ActOnStringLiteral()
2240 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral()
3566 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument
3617 if (!UDLScope) in ActOnCharacterConstant()
3622 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
3700 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument
3734 if (!UDLScope) in ActOnNumericConstant()
3760 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7217 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr);
7219 Scope *UDLScope = nullptr);
7235 Scope *UDLScope = nullptr);