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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3313 QualType SubstMapperTy; local
3316 SubstMapperTy = SemaRef.ActOnOpenMPDeclareMapperType(
3321 SubstMapperTy = D->getType();
3323 if (SubstMapperTy.isNull())
3333 /*S=*/nullptr, Owner, D->getDeclName(), SubstMapperTy, D->getLocation(),
3351 NewDMD, /*S=*/nullptr, SubstMapperTy, D->getLocation(), VN);

Completed in 68 milliseconds