Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenMP.h110 bool isInOpenMPDeclareVariantScope() const { in isInOpenMPDeclareVariantScope() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp2286 if (Actions.OpenMP().isInOpenMPDeclareVariantScope()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp6039 if (LangOpts.OpenMP && OpenMP().isInOpenMPDeclareVariantScope()) in ActOnDeclarator()
15213 if (LangOpts.OpenMP && OpenMP().isInOpenMPDeclareVariantScope()) in ActOnStartOfFunctionDef()
HDSemaOpenMP.cpp2723 assert(isInOpenMPDeclareVariantScope() && in ActOnOpenMPEndDeclareVariant()