Home
last modified time | relevance | path

Searched refs:CRSI (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DScopeInfo.cpp104 else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(this)) in isVLATypeCaptured() local
105 RD = CRSI->TheRecordDecl; in isVLATypeCaptured()
DSemaExpr.cpp12926 } else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable() local
12927 CapRecord = CRSI->TheRecordDecl; in tryCaptureVariable()