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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp31 llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*> SynthesizedProperties; member in class:__anon1548::ZeroOutInDeallocRemover
58 P = SynthesizedProperties.begin(),
59 E = SynthesizedProperties.end(); P != E; ++P) {
125 SynthesizedProperties[PD] = PID;
134 SynthesizedProperties.clear();
173 P = SynthesizedProperties.begin(),
174 E = SynthesizedProperties.end(); P != E; ++P) {
204 if (!SynthesizedProperties.count(PDecl))

Completed in 109 milliseconds