Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21377 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
21378 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
21381 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
21382 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
21386 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
21388 getASTContext(), DC, TyData.second, Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()