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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp129 llvm::DenseSet<uint64_t> CopyDestroyCache; member in class:__anon1907::RewriteModernObjC
4965 if (CopyDestroyCache.count(flag))
4967 CopyDestroyCache.insert(flag);
H A DRewriteObjC.cpp120 llvm::DenseSet<uint64_t> CopyDestroyCache; member in class:__anon1910::RewriteObjC
4121 if (CopyDestroyCache.count(flag))
4123 CopyDestroyCache.insert(flag);

Completed in 196 milliseconds