Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h482 bool isOpenMPSimdDirectiveScope() const { in isOpenMPSimdDirectiveScope() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4461 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in ActOnCXXTryBlock()
H A DSemaExprCXX.cpp873 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in BuildCXXThrow()