Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3540 QualType SubstReductionType; in VisitOMPDeclareReductionDecl() local
3542 SubstReductionType = SemaRef.ActOnOpenMPDeclareReductionType( in VisitOMPDeclareReductionDecl()
3547 SubstReductionType = D->getType(); in VisitOMPDeclareReductionDecl()
3549 if (SubstReductionType.isNull()) in VisitOMPDeclareReductionDecl()
3556 std::make_pair(SubstReductionType, D->getLocation())}; in VisitOMPDeclareReductionDecl()