Searched refs:OMPCtx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2253 TargetOMPContext OMPCtx( in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2258 if (isVariantApplicableInContext(VMI, OMPCtx, /* DeviceSetOnly */ true)) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2737 TargetOMPContext OMPCtx(ASTContext, std::move(DiagUnknownTrait), in ParseOpenMPDeclarativeOrExecutableDirective() local 2742 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ParseOpenMPDeclarativeOrExecutableDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7216 TargetOMPContext OMPCtx(Context, std::move(DiagUnknownTrait), in ActOnOpenMPCall() local 7232 if (!isVariantApplicableInContext(VMI, OMPCtx, in ActOnOpenMPCall() 7245 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()
|