Home
last modified time | relevance | path

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

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