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

/external/clang/lib/Sema/
H A DSemaExpr.cpp1502 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) { argument
1562 if (!UDLScope)
1579 switch (LookupLiteralOperator(UDLScope, R, ArgTy,
2958 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) { argument
3002 if (!UDLScope)
3007 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
3049 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) { argument
3081 if (!UDLScope)
3107 switch (LookupLiteralOperator(UDLScope, R, CookedTy,
/external/clang/include/clang/Sema/
H A DSema.h3445 ExprResult ActOnNumericConstant(const Token &Tok, Scope *UDLScope = nullptr);
3447 Scope *UDLScope = nullptr);
3456 Scope *UDLScope = nullptr);

Completed in 680 milliseconds