Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp32 llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*> SynthesizedProperties; member in __anon6df63aad0111::ZeroOutInDeallocRemover
59 P = SynthesizedProperties.begin(), in VisitObjCMessageExpr()
60 E = SynthesizedProperties.end(); P != E; ++P) { in VisitObjCMessageExpr()
128 SynthesizedProperties[PD] = PID; in TraverseObjCMethodDecl()
137 SynthesizedProperties.clear(); in TraverseObjCMethodDecl()
176 P = SynthesizedProperties.begin(), in isZeroingPropIvar()
177 E = SynthesizedProperties.end(); P != E; ++P) { in isZeroingPropIvar()
207 if (!SynthesizedProperties.count(PDecl)) in isZeroingPropIvar()