Searched refs:HasCopyAndDispose (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4193 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); local
4194 if (HasCopyAndDispose) {
4219 if (HasCopyAndDispose) {
4237 if (HasCopyAndDispose)
4253 if (HasCopyAndDispose) {
4285 if (HasCopyAndDispose) {
H A DRewriteModernObjC.cpp5037 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); local
5038 if (HasCopyAndDispose) {
5063 if (HasCopyAndDispose) {
5090 if (HasCopyAndDispose)
5105 if (HasCopyAndDispose) {
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4396 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); local
4397 if (HasCopyAndDispose) {

Completed in 206 milliseconds