Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp11147 for (auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
11148 auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
11151 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
11152 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
11156 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
11157 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
11158 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()