Searched refs:TyData (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11147 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 17959 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local 17960 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart() 17963 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart() 17964 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart() 17968 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart() 17969 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart() 17970 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
|