Searched refs:UDLScope (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 2030 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument 2116 if (!UDLScope) in ActOnStringLiteral() 2133 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral() 3518 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument 3569 if (!UDLScope) in ActOnCharacterConstant() 3574 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant() 3651 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument 3685 if (!UDLScope) in ActOnNumericConstant() 3711 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6799 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr); 6801 Scope *UDLScope = nullptr); 6812 Scope *UDLScope = nullptr);
|