Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3099 Stmt *ExprWithTemporary = nullptr; variable
3113 ExprWithTemporary(Temp), ExtendingDecl(EDecl), in LifetimeExtendedTemporaryDecl()
3141 Expr *getTemporaryExpr() { return cast<Expr>(ExprWithTemporary); } in getTemporaryExpr()
3142 const Expr *getTemporaryExpr() const { return cast<Expr>(ExprWithTemporary); } in getTemporaryExpr()
3154 return Stmt::child_range(&ExprWithTemporary, &ExprWithTemporary + 1); in childrenExpr()
3158 return Stmt::const_child_range(&ExprWithTemporary, &ExprWithTemporary + 1); in childrenExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1631 MTD->ExprWithTemporary = Temporary; in MaterializeTemporaryExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2449 D->ExprWithTemporary = Record.readStmt(); in VisitLifetimeExtendedTemporaryDecl()