Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h111 bool isInOpenMPDeclareVariantScope() const { in isInOpenMPDeclareVariantScope() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2135 if (Actions.OpenMP().isInOpenMPDeclareVariantScope()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2834 if (Actions.OpenMP().isInOpenMPDeclareVariantScope()) in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6153 if (LangOpts.OpenMP && OpenMP().isInOpenMPDeclareVariantScope()) in ActOnDeclarator()
15649 if (LangOpts.OpenMP && OpenMP().isInOpenMPDeclareVariantScope()) in ActOnStartOfFunctionDef()
H A DSemaOpenMP.cpp2699 assert(isInOpenMPDeclareVariantScope() && in ActOnOpenMPEndDeclareVariant()