Searched defs:UDLScope (Results 1 - 1 of 1) 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,

Completed in 129 milliseconds