Home
last modified time | relevance | path

Searched refs:isInOpenMPDeclareVariantScope (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2077 if (Actions.isInOpenMPDeclareVariantScope()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10246 bool isInOpenMPDeclareVariantScope() const { in isInOpenMPDeclareVariantScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13956 if (LangOpts.OpenMP && isInOpenMPDeclareVariantScope()) in ActOnStartOfFunctionDef()
H A DSemaOpenMP.cpp2471 assert(isInOpenMPDeclareVariantScope() && in ActOnOpenMPEndDeclareVariant()