Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp2266 if (Actions.isInOpenMPDeclareVariantScope()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp5999 if (LangOpts.OpenMP && isInOpenMPDeclareVariantScope()) in ActOnDeclarator()
14521 if (LangOpts.OpenMP && isInOpenMPDeclareVariantScope()) in ActOnStartOfFunctionDef()
H A DSemaOpenMP.cpp2657 assert(isInOpenMPDeclareVariantScope() && in ActOnOpenMPEndDeclareVariant()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10708 bool isInOpenMPDeclareVariantScope() const { in isInOpenMPDeclareVariantScope() function