Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp120 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anon6e6e6bfc0111::RewriteObjC
4116 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4118 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()
DRewriteModernObjC.cpp129 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anoneeab31c10111::RewriteModernObjC
4972 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4974 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()