Searched refs:OMPCtx (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2233 TargetOMPContext OMPCtx( in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2238 if (isVariantApplicableInContext(VMI, OMPCtx, /* DeviceSetOnly */ true)) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2592 TargetOMPContext OMPCtx(ASTContext, std::move(DiagUnknownTrait), in ParseOpenMPDeclarativeOrExecutableDirective() local 2597 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ParseOpenMPDeclarativeOrExecutableDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7193 TargetOMPContext OMPCtx(Context, std::move(DiagUnknownTrait), in ActOnOpenMPCall() local 7208 if (!isVariantApplicableInContext(VMI, OMPCtx, in ActOnOpenMPCall() 7221 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()
|