Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1800 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument
1873 if (!UDLScope) in ActOnStringLiteral()
1890 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral()
3559 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument
3607 if (!UDLScope) in ActOnCharacterConstant()
3612 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
3682 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument
3716 if (!UDLScope) in ActOnNumericConstant()
3742 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5240 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr);
5242 Scope *UDLScope = nullptr);
5251 Scope *UDLScope = nullptr);