Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp131 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anonc09f721f0111::RewriteModernObjC
4941 if (CopyDestroyCache.count(flag)) in SynthesizeByrefCopyDestroyHelper()
4943 CopyDestroyCache.insert(flag); in SynthesizeByrefCopyDestroyHelper()
H A DRewriteObjC.cpp121 llvm::DenseSet<uint64_t> CopyDestroyCache; member in __anonb8493dda0111::RewriteObjC
4105 if (!CopyDestroyCache.insert(flag).second) in SynthesizeByrefCopyDestroyHelper()