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.h110 bool isInOpenMPDeclareVariantScope() const { in isInOpenMPDeclareVariantScope() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2286 if (Actions.OpenMP().isInOpenMPDeclareVariantScope()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6039 if (LangOpts.OpenMP && OpenMP().isInOpenMPDeclareVariantScope()) in ActOnDeclarator()
15213 if (LangOpts.OpenMP && OpenMP().isInOpenMPDeclareVariantScope()) in ActOnStartOfFunctionDef()
H A DSemaOpenMP.cpp2723 assert(isInOpenMPDeclareVariantScope() && in ActOnOpenMPEndDeclareVariant()