reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
617 Expr *getCookedLiteral();
619 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral();
tools/clang/lib/AST/StmtPrinter.cpp1807 const auto *Int = cast<IntegerLiteral>(Node->getCookedLiteral()); 1813 auto *Float = cast<FloatingLiteral>(Node->getCookedLiteral()); 1819 PrintExpr(Node->getCookedLiteral());