Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3240 Stmt *ExprWithTemporary = nullptr; variable
3254 ExprWithTemporary(Temp), ExtendingDecl(EDecl), in LifetimeExtendedTemporaryDecl()
3282 Expr *getTemporaryExpr() { return cast<Expr>(ExprWithTemporary); } in getTemporaryExpr()
3283 const Expr *getTemporaryExpr() const { return cast<Expr>(ExprWithTemporary); } in getTemporaryExpr()
3295 return Stmt::child_range(&ExprWithTemporary, &ExprWithTemporary + 1); in childrenExpr()
3299 return Stmt::const_child_range(&ExprWithTemporary, &ExprWithTemporary + 1); in childrenExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1818 MTD->ExprWithTemporary = Temporary; in MaterializeTemporaryExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2749 D->ExprWithTemporary = Record.readStmt(); in VisitLifetimeExtendedTemporaryDecl()