Home
last modified time | relevance | path

Searched refs:CapRegionKind (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h607 CapturedRegionKind CapRegionKind; variable
614 ContextParam(Context), CapRegionKind(K) in CapturedRegionScopeInfo()
623 switch (CapRegionKind) { in getRegionName()
/external/clang/lib/Sema/
DSemaStmt.cpp3920 RSI->CapRegionKind, Captures, in ActOnCapturedRegionEnd()
DSemaExpr.cpp12653 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
13227 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()