Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp120 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anon61cc94f20111::RewriteObjC
4113 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4115 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()
DRewriteModernObjC.cpp129 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anon827dbb370111::RewriteModernObjC
4959 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4961 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()