Searched refs:CRSI (Results 1 – 2 of 2) sorted by relevance
104 else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(this)) in isVLATypeCaptured() local105 RD = CRSI->TheRecordDecl; in isVLATypeCaptured()
12926 } else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable() local12927 CapRecord = CRSI->TheRecordDecl; in tryCaptureVariable()