Searched refs:PreviousRedeclTypes (Results 1 – 1 of 1) sorted by relevance
21333 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareReductionDirectiveStart() local21356 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()21372 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()21378 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()21380 if (I != PreviousRedeclTypes.end()) { in ActOnOpenMPDeclareReductionDirectiveStart()21386 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()21589 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareMapperDirective() local21612 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()21628 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()21633 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective()[all …]