Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp4018 isInOpenMPDeclareTargetContext())) in ActOnCXXTryBlock()
H A DSemaDeclCXX.cpp839 if (isInOpenMPDeclareTargetContext()) in ActOnDecompositionDeclarator()
15003 !isInOpenMPDeclareTargetContext() && in MarkVTableUsed()
H A DSemaExprCXX.cpp758 isInOpenMPDeclareTargetContext())) in BuildCXXThrow()
H A DSemaOpenMP.cpp1577 if (isInOpenMPDeclareTargetContext() && in isOpenMPCapturedDecl()
H A DSemaDecl.cpp5519 if (isInOpenMPDeclareTargetContext()) in HandleDeclarator()
H A DSemaExpr.cpp15720 if (SemaRef.isInOpenMPDeclareTargetContext()) in MarkExprReferenced()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8822 bool isInOpenMPDeclareTargetContext() const { in isInOpenMPDeclareTargetContext() function
8830 return !getLangOpts().OpenMPIsDevice || isInOpenMPDeclareTargetContext() || in shouldDiagnoseTargetSupportFromOpenMP()