Home
last modified time | relevance | path

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

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