Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h461 bool isOpenMPSimdDirectiveScope() const { in isOpenMPSimdDirectiveScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4441 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in ActOnCXXTryBlock()
H A DSemaExprCXX.cpp850 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in BuildCXXThrow()