Searched refs:LastRecord (Results 1 – 3 of 3) sorted by relevance
2315 auto &LastRecord = Actions.currentEvaluationContext(); in ParseDeclGroup() local2316 LastRecord.InLifetimeExtendingContext = true; in ParseDeclGroup()2317 LastRecord.RebuildDefaultArgOrDefaultInit = true; in ParseDeclGroup()
5140 ExpressionEvaluationContextRecord &LastRecord = ExprEvalContexts.back(); in CheckAddressOfNoDeref() local5149 LastRecord.PossibleDerefs.erase(StrippedExpr); in CheckAddressOfNoDeref()5157 ExpressionEvaluationContextRecord &LastRecord = ExprEvalContexts.back(); in CheckSubscriptAccessOfNoDeref() local5164 LastRecord.PossibleDerefs.insert(E); in CheckSubscriptAccessOfNoDeref()5183 LastRecord.PossibleDerefs.insert(E); in CheckSubscriptAccessOfNoDeref()
9202 auto &LastRecord = getSema().currentEvaluationContext(); in TransformCXXForRangeStmt() local9203 LastRecord.InLifetimeExtendingContext = true; in TransformCXXForRangeStmt()9204 LastRecord.RebuildDefaultArgOrDefaultInit = true; in TransformCXXForRangeStmt()