Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h485 bool isOpenMPSimdDirectiveScope() const { in isOpenMPSimdDirectiveScope() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4453 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in ActOnCXXTryBlock()
H A DSemaExprCXX.cpp876 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in BuildCXXThrow()