Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1901 TargetOMPContext OMPCtx(ASTCtx, std::move(DiagUnknownTrait), in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
1904 if (isVariantApplicableInContext(VMI, OMPCtx, /* DeviceSetOnly */ true)) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6017 TargetOMPContext OMPCtx(Context, std::move(DiagUnknownTrait), in ActOnOpenMPCall() local
6032 if (!isVariantApplicableInContext(VMI, OMPCtx, in ActOnOpenMPCall()
6045 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()