Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2315 auto &LastRecord = Actions.currentEvaluationContext(); in ParseDeclGroup() local
2316 LastRecord.InLifetimeExtendingContext = true; in ParseDeclGroup()
2317 LastRecord.RebuildDefaultArgOrDefaultInit = true; in ParseDeclGroup()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5140 ExpressionEvaluationContextRecord &LastRecord = ExprEvalContexts.back(); in CheckAddressOfNoDeref() local
5149 LastRecord.PossibleDerefs.erase(StrippedExpr); in CheckAddressOfNoDeref()
5157 ExpressionEvaluationContextRecord &LastRecord = ExprEvalContexts.back(); in CheckSubscriptAccessOfNoDeref() local
5164 LastRecord.PossibleDerefs.insert(E); in CheckSubscriptAccessOfNoDeref()
5183 LastRecord.PossibleDerefs.insert(E); in CheckSubscriptAccessOfNoDeref()
H A DTreeTransform.h9202 auto &LastRecord = getSema().currentEvaluationContext(); in TransformCXXForRangeStmt() local
9203 LastRecord.InLifetimeExtendingContext = true; in TransformCXXForRangeStmt()
9204 LastRecord.RebuildDefaultArgOrDefaultInit = true; in TransformCXXForRangeStmt()