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

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1794 auto BaseStmt = AStmt; local
1795 while (CapturedStmt *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt))
1796 BaseStmt = CS->getCapturedStmt();
1797 if (auto C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) {
1871 auto BaseStmt = AStmt; local
1872 while (CapturedStmt *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt))
1873 BaseStmt = CS->getCapturedStmt();
1874 if (auto C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) {

Completed in 71 milliseconds