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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp32 llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*> SynthesizedProperties; member in class:__anon3109::ZeroOutInDeallocRemover
59 P = SynthesizedProperties.begin(),
60 E = SynthesizedProperties.end(); P != E; ++P) {
130 SynthesizedProperties[PD] = PID;
139 SynthesizedProperties.clear();
178 P = SynthesizedProperties.begin(),
179 E = SynthesizedProperties.end(); P != E; ++P) {
209 if (!SynthesizedProperties.count(PDecl))

Completed in 48 milliseconds