Searched refs:NewDMD (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3332 OMPDeclareMapperDecl *NewDMD = SemaRef.ActOnOpenMPDeclareMapperDirectiveStart( local
3335 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewDMD);
3340 NewDMD->setMapperVarRef(D->getMapperVarRef());
3351 NewDMD, /*S=*/nullptr, SubstMapperTy, D->getLocation(), VN);
3354 cast<DeclRefExpr>(NewDMD->getMapperVarRef())->getDecl());
3389 (void)SemaRef.ActOnOpenMPDeclareMapperDirectiveEnd(NewDMD, /*S=*/nullptr,
3393 return NewDMD;

Completed in 106 milliseconds