Home | History | Annotate | Download | only in AST

Lines Matching refs:getCookedLiteral

395   Expr *getCookedLiteral();
396 const Expr *getCookedLiteral() const {
397 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral();