Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22138 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
22139 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
22142 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
22143 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
22147 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
22148 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
22149 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()