Home
last modified time | relevance | path

Searched refs:ExprWithTemporary (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h3076 Stmt *ExprWithTemporary = nullptr; variable
3090 ExprWithTemporary(Temp), ExtendingDecl(EDecl), in LifetimeExtendedTemporaryDecl()
3118 Expr *getTemporaryExpr() { return cast<Expr>(ExprWithTemporary); } in getTemporaryExpr()
3119 const Expr *getTemporaryExpr() const { return cast<Expr>(ExprWithTemporary); } in getTemporaryExpr()
3131 return Stmt::child_range(&ExprWithTemporary, &ExprWithTemporary + 1); in childrenExpr()
3135 return Stmt::const_child_range(&ExprWithTemporary, &ExprWithTemporary + 1); in childrenExpr()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1630 MTD->ExprWithTemporary = Temporary; in MaterializeTemporaryExpr()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp2429 D->ExprWithTemporary = Record.readStmt(); in VisitLifetimeExtendedTemporaryDecl()