Searched refs:UDLScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2051 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument 2129 if (!UDLScope) in ActOnStringLiteral() 2146 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral() 3799 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument 3850 if (!UDLScope) in ActOnCharacterConstant() 3855 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant() 3925 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument 3959 if (!UDLScope) in ActOnNumericConstant() 3985 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5792 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr); 5794 Scope *UDLScope = nullptr); 5803 Scope *UDLScope = nullptr);
|