Searched refs:OMPCtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 572 TargetOMPContext OMPCtx( in ParseOpenMPDeclareBeginVariantDirective() local 578 if (isVariantApplicableInContext(VMI, OMPCtx, in ParseOpenMPDeclareBeginVariantDirective() 2640 TargetOMPContext OMPCtx(ASTContext, std::move(DiagUnknownTrait), in ParseOpenMPDeclarativeOrExecutableDirective() local 2646 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ParseOpenMPDeclarativeOrExecutableDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7165 TargetOMPContext OMPCtx(Context, std::move(DiagUnknownTrait), in ActOnOpenMPCall() local 7181 if (!isVariantApplicableInContext(VMI, OMPCtx, in ActOnOpenMPCall() 7194 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()
|