Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp31 llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*> SynthesizedProperties; member in __anon7b9bb1120111::ZeroOutInDeallocRemover
58 P = SynthesizedProperties.begin(), in VisitObjCMessageExpr()
59 E = SynthesizedProperties.end(); P != E; ++P) { in VisitObjCMessageExpr()
125 SynthesizedProperties[PD] = PID; in TraverseObjCMethodDecl()
134 SynthesizedProperties.clear(); in TraverseObjCMethodDecl()
173 P = SynthesizedProperties.begin(), in isZeroingPropIvar()
174 E = SynthesizedProperties.end(); P != E; ++P) { in isZeroingPropIvar()
204 if (!SynthesizedProperties.count(PDecl)) in isZeroingPropIvar()