Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h412 bool isOpenMPSimdDirectiveScope() const { in isOpenMPSimdDirectiveScope() function
/external/clang/lib/Sema/
DSemaStmt.cpp3647 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in ActOnCXXTryBlock()
DSemaExprCXX.cpp686 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope()) in BuildCXXThrow()