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