Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp2277 if (Actions.isInOpenMPDeclareVariantScope()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp6078 if (LangOpts.OpenMP && isInOpenMPDeclareVariantScope()) in ActOnDeclarator()
14911 if (LangOpts.OpenMP && isInOpenMPDeclareVariantScope()) in ActOnStartOfFunctionDef()
H A DSemaOpenMP.cpp2689 assert(isInOpenMPDeclareVariantScope() && in ActOnOpenMPEndDeclareVariant()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11038 bool isInOpenMPDeclareVariantScope() const { in isInOpenMPDeclareVariantScope() function