Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp120 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anone4fa00500111::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 __anonceb1b5150111::RewriteModernObjC
4959 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4961 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()