Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21803 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareReductionDirectiveStart() local
21826 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
21842 PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareReductionDirectiveStart()
21848 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
21850 if (I != PreviousRedeclTypes.end()) { in ActOnOpenMPDeclareReductionDirectiveStart()
21856 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
22055 llvm::DenseMap<QualType, SourceLocation> PreviousRedeclTypes; in ActOnOpenMPDeclareMapperDirective() local
22078 PreviousRedeclTypes[PrevDecl->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
22094 PreviousRedeclTypes[PrevDMDInScope->getType().getCanonicalType()] = in ActOnOpenMPDeclareMapperDirective()
22099 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective()
[all …]