Searched refs:getCurCapturedRegion (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSema.cpp1441 CapturedRegionScopeInfo *Sema::getCurCapturedRegion() { function in class:Sema
H A DSemaStmt.cpp3446 CapturedRegionScopeInfo *RSI = getCurCapturedRegion();
3459 CapturedRegionScopeInfo *RSI = getCurCapturedRegion();
H A DSemaExpr.cpp2913 else if (const CapturedRegionScopeInfo *CSI = getCurCapturedRegion())
/external/clang/include/clang/Sema/
H A DSema.h1098 sema::CapturedRegionScopeInfo *getCurCapturedRegion();

Completed in 421 milliseconds