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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4199 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); local
4200 if (HasCopyAndDispose) {
4225 if (HasCopyAndDispose) {
4243 if (HasCopyAndDispose)
4259 if (HasCopyAndDispose) {
4291 if (HasCopyAndDispose) {
H A DRewriteModernObjC.cpp5040 bool HasCopyAndDispose = Context->BlockRequiresCopying(Ty, ND); local
5041 if (HasCopyAndDispose) {
5066 if (HasCopyAndDispose) {
5093 if (HasCopyAndDispose)
5108 if (HasCopyAndDispose) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3921 bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD); local
3922 if (HasCopyAndDispose) {

Completed in 396 milliseconds