Home
last modified time | relevance | path

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

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