Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp5606 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local
5607 while (CapturedStmt *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()
5608 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()
5609 if (auto C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()
5865 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local
5866 while (CapturedStmt *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()
5867 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()
5868 if (auto C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()