Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3500 QualType SubstMapperTy; in VisitOMPDeclareMapperDecl() local
3503 SubstMapperTy = SemaRef.ActOnOpenMPDeclareMapperType( in VisitOMPDeclareMapperDecl()
3508 SubstMapperTy = D->getType(); in VisitOMPDeclareMapperDecl()
3510 if (SubstMapperTy.isNull()) in VisitOMPDeclareMapperDecl()
3527 /*S=*/nullptr, SubstMapperTy, D->getLocation(), VN); in VisitOMPDeclareMapperDecl()
3567 /*S=*/nullptr, Owner, D->getDeclName(), SubstMapperTy, D->getLocation(), in VisitOMPDeclareMapperDecl()