Home
last modified time | relevance | path

Searched refs:isInOpenMPDeclareTargetContext (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2154 if (!Actions.isInOpenMPDeclareTargetContext()) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp898 if (isInOpenMPDeclareTargetContext()) in ActOnDecompositionDeclarator()
17456 !isInOpenMPDeclareTargetContext() && in MarkVTableUsed()
H A DSemaDecl.cpp5979 if (isInOpenMPDeclareTargetContext()) in HandleDeclarator()
18536 if (isInOpenMPDeclareTargetContext() || DevTy.hasValue()) in getEmissionStatus()
H A DSemaOpenMP.cpp2219 if (isInOpenMPDeclareTargetContext()) { in isOpenMPCapturedDecl()
20573 if (!E && isInOpenMPDeclareTargetContext()) { in checkDeclIsAllowedInOpenMPTarget()
H A DSemaExpr.cpp18682 if (SemaRef.isInOpenMPDeclareTargetContext()) in MarkExprReferenced()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10549 bool isInOpenMPDeclareTargetContext() const { in isInOpenMPDeclareTargetContext() function