Home
last modified time | relevance | path

Searched refs:InLifetimeExtendingContext (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6367 bool InLifetimeExtendingContext = false; member
7791 return ExprEvalContexts.back().InLifetimeExtendingContext; in isInLifetimeExtendingContext()
7837 parentEvaluationContext().InLifetimeExtendingContext) { in keepInLifetimeExtendingContext()
7840 LastRecord.InLifetimeExtendingContext = in keepInLifetimeExtendingContext()
7841 PrevRecord.InLifetimeExtendingContext; in keepInLifetimeExtendingContext()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp5460 bool InLifetimeExtendingContext = isInLifetimeExtendingContext(); in BuildCXXDefaultArgExpr() local
5496 if (V.HasImmediateCalls || InLifetimeExtendingContext) { in BuildCXXDefaultArgExpr()
17629 if (getLangOpts().CPlusPlus23 && Rec.InLifetimeExtendingContext && in PopExpressionEvaluationContext()
17630 PrevRecord.InLifetimeExtendingContext && in PopExpressionEvaluationContext()
HDTreeTransform.h8851 LastRecord.InLifetimeExtendingContext = true; in TransformCXXForRangeStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp2480 LastRecord.InLifetimeExtendingContext = true; in ParseDeclGroup()