Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2278 if (Actions.isInOpenMPDeclareVariantScope()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6215 if (LangOpts.OpenMP && isInOpenMPDeclareVariantScope()) in ActOnDeclarator()
15447 if (LangOpts.OpenMP && isInOpenMPDeclareVariantScope()) in ActOnStartOfFunctionDef()
H A DSemaOpenMP.cpp2713 assert(isInOpenMPDeclareVariantScope() && in ActOnOpenMPEndDeclareVariant()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11410 bool isInOpenMPDeclareVariantScope() const { in isInOpenMPDeclareVariantScope() function