Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19738 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
19739 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
19742 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
19743 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
19747 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
19748 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
19749 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()