Searched refs:SynthesizedProperties (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 121 milliseconds