Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3655 QualType SubstReductionType; in VisitOMPDeclareReductionDecl() local
3657 SubstReductionType = SemaRef.OpenMP().ActOnOpenMPDeclareReductionType( in VisitOMPDeclareReductionDecl()
3662 SubstReductionType = D->getType(); in VisitOMPDeclareReductionDecl()
3664 if (SubstReductionType.isNull()) in VisitOMPDeclareReductionDecl()
3671 std::make_pair(SubstReductionType, D->getLocation())}; in VisitOMPDeclareReductionDecl()