Searched refs:OMPCtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2245 TargetOMPContext OMPCtx( in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2250 if (isVariantApplicableInContext(VMI, OMPCtx, /* DeviceSetOnly */ true)) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2609 TargetOMPContext OMPCtx(ASTContext, std::move(DiagUnknownTrait), in ParseOpenMPDeclarativeOrExecutableDirective() local 2614 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ParseOpenMPDeclarativeOrExecutableDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7430 TargetOMPContext OMPCtx(Context, std::move(DiagUnknownTrait), in ActOnOpenMPCall() local 7445 if (!isVariantApplicableInContext(VMI, OMPCtx, in ActOnOpenMPCall() 7458 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()
|