Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h517 bool isOpenMPSimdDirectiveScope() const { in isOpenMPSimdDirectiveScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4209 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in ActOnCXXTryBlock()
H A DSemaExprCXX.cpp882 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in BuildCXXThrow()