Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.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()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.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()
H A DTreeTransform.h8851 LastRecord.InLifetimeExtendingContext = true; in TransformCXXForRangeStmt()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2480 LastRecord.InLifetimeExtendingContext = true; in ParseDeclGroup()