Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp1480 Scope *UDLScope) { in ActOnStringLiteral() argument
1540 if (!UDLScope) in ActOnStringLiteral()
1557 switch (LookupLiteralOperator(UDLScope, R, ArgTy, in ActOnStringLiteral()
2872 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { in ActOnCharacterConstant() argument
2916 if (!UDLScope) in ActOnCharacterConstant()
2921 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant()
2963 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { in ActOnNumericConstant() argument
2995 if (!UDLScope) in ActOnNumericConstant()
3021 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h3303 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = 0);
3304 ExprResult ActOnCharacterConstant(const Token &Tok, Scope *UDLScope = 0);
3313 Scope *UDLScope = 0);