Home
last modified time | relevance | path

Searched refs:OMPCtx (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2046 TargetOMPContext OMPCtx(ASTCtx, std::move(DiagUnknownTrait), in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2049 if (isVariantApplicableInContext(VMI, OMPCtx, /* DeviceSetOnly */ true)) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6751 TargetOMPContext OMPCtx(Context, std::move(DiagUnknownTrait), in ActOnOpenMPCall() local
6766 if (!isVariantApplicableInContext(VMI, OMPCtx, in ActOnOpenMPCall()
6779 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()