Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h496 bool isOpenMPLoopScope() const { in isOpenMPLoopScope() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3360 if (S->isOpenMPLoopScope()) in ActOnBreakStmt()
H A DSemaOpenMP.cpp11478 !ParentS->getBreakParent()->isOpenMPLoopScope()) in ActOnOpenMPScanDirective()