Home
last modified time | relevance | path

Searched refs:BaseStmt (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9028 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local
9029 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()
9030 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()
9031 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()
9289 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local
9290 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()
9291 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()
9292 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()