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.cpp22231 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareReductionDirectiveStart() local
22252 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
22268 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
22274 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
22276 if (I != PreviousRedeclTypes.end()) { in ActOnOpenMPDeclareReductionDirectiveStart()
22282 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
22485 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareMapperDirective() local
22506 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
22522 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
22527 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective()
[all …]