Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp121 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anon0b295c890111::RewriteObjC
4115 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4117 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()
H A DRewriteModernObjC.cpp130 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anonadad980e0111::RewriteModernObjC
4966 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4968 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()