Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21333 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareReductionDirectiveStart() local
21356 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() local
21612 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
21628 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
21633 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective()
[all …]