Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1790 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { in ActOnStringLiteral() argument
1863 if (!UDLScope) in ActOnStringLiteral()
1880 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral()
3526 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument
3574 if (!UDLScope) in ActOnCharacterConstant()
3579 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
3649 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument
3683 if (!UDLScope) in ActOnNumericConstant()
3709 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5191 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr);
5193 Scope *UDLScope = nullptr);
5202 Scope *UDLScope = nullptr);