Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2835 QualType SubstReductionType; in VisitOMPDeclareReductionDecl() local
2837 SubstReductionType = SemaRef.ActOnOpenMPDeclareReductionType( in VisitOMPDeclareReductionDecl()
2842 SubstReductionType = D->getType(); in VisitOMPDeclareReductionDecl()
2844 if (SubstReductionType.isNull()) in VisitOMPDeclareReductionDecl()
2846 bool IsCorrect = !SubstReductionType.isNull(); in VisitOMPDeclareReductionDecl()
2849 std::make_pair(SubstReductionType, D->getLocation())}; in VisitOMPDeclareReductionDecl()