Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3287 QualType SubstReductionType; in VisitOMPDeclareReductionDecl() local
3289 SubstReductionType = SemaRef.ActOnOpenMPDeclareReductionType( in VisitOMPDeclareReductionDecl()
3294 SubstReductionType = D->getType(); in VisitOMPDeclareReductionDecl()
3296 if (SubstReductionType.isNull()) in VisitOMPDeclareReductionDecl()
3303 std::make_pair(SubstReductionType, D->getLocation())}; in VisitOMPDeclareReductionDecl()