Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h409 bool isOpenMPSimdDirectiveScope() const { in isOpenMPSimdDirectiveScope() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp3542 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in ActOnCXXTryBlock()
HDSemaExprCXX.cpp645 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in BuildCXXThrow()