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

/external/clang/include/clang/Sema/
H A DScope.h409 bool isOpenMPSimdDirectiveScope() const { function in class:clang::Scope
/external/clang/lib/Sema/
H A DSemaStmt.cpp3579 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope())
H A DSemaExprCXX.cpp645 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope())

Completed in 303 milliseconds