Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22553 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
22554 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
22557 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
22558 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
22562 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
22563 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
22564 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()