reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ExprCXX.h
  617   Expr *getCookedLiteral();

References

tools/clang/include/clang/AST/ExprCXX.h
  619     return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral();
tools/clang/lib/AST/StmtPrinter.cpp
 1807     const auto *Int = cast<IntegerLiteral>(Node->getCookedLiteral());
 1813     auto *Float = cast<FloatingLiteral>(Node->getCookedLiteral());
 1819     PrintExpr(Node->getCookedLiteral());