Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22094 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareReductionDirectiveStart() local
22117 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
22133 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
22139 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
22141 if (I != PreviousRedeclTypes.end()) { in ActOnOpenMPDeclareReductionDirectiveStart()
22147 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
22346 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareMapperDirective() local
22369 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
22385 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
22390 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective()
[all …]