Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp19355 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
19356 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
19359 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
19360 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
19364 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
19365 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
19366 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()