Searched refs:UDLScope (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1858 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument 1931 if (!UDLScope) in ActOnStringLiteral() 1948 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral() 3622 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument 3673 if (!UDLScope) in ActOnCharacterConstant() 3678 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant() 3748 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument 3782 if (!UDLScope) in ActOnNumericConstant() 3808 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5661 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr); 5663 Scope *UDLScope = nullptr); 5672 Scope *UDLScope = nullptr);
|