Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp120 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anon0b56e30a0111::RewriteObjC
4113 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4115 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()
H A DRewriteModernObjC.cpp130 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anon21803b4f0111::RewriteModernObjC
4960 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4962 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()