Searched refs:UDLScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1540 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument 1625 if (!UDLScope) in ActOnStringLiteral() 1642 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral() 3140 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument 3188 if (!UDLScope) in ActOnCharacterConstant() 3193 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant() 3263 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument 3295 if (!UDLScope) in ActOnNumericConstant() 3321 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4250 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr); 4252 Scope *UDLScope = nullptr); 4261 Scope *UDLScope = nullptr);
|