Home
last modified time | relevance | path

Searched refs:getCookedLiteral (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1871 const auto *Int = cast<IntegerLiteral>(Node->getCookedLiteral()); in VisitUserDefinedLiteral()
1877 auto *Float = cast<FloatingLiteral>(Node->getCookedLiteral()); in VisitUserDefinedLiteral()
1883 PrintExpr(Node->getCookedLiteral()); in VisitUserDefinedLiteral()
DExprCXX.cpp938 Expr *UserDefinedLiteral::getCookedLiteral() { in getCookedLiteral() function in UserDefinedLiteral
/external/clang/lib/AST/
DStmtPrinter.cpp1956 IntegerLiteral *Int = cast<IntegerLiteral>(Node->getCookedLiteral()); in VisitUserDefinedLiteral()
1962 FloatingLiteral *Float = cast<FloatingLiteral>(Node->getCookedLiteral()); in VisitUserDefinedLiteral()
1968 PrintExpr(Node->getCookedLiteral()); in VisitUserDefinedLiteral()
DExprCXX.cpp681 Expr *UserDefinedLiteral::getCookedLiteral() { in getCookedLiteral() function in UserDefinedLiteral
/external/clang/include/clang/AST/
DExprCXX.h439 Expr *getCookedLiteral();
440 const Expr *getCookedLiteral() const { in getCookedLiteral() function
441 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral(); in getCookedLiteral()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h683 Expr *getCookedLiteral();
684 const Expr *getCookedLiteral() const { in getCookedLiteral() function
685 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral(); in getCookedLiteral()