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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4188 std::string ByrefType; local
4189 RewriteByRefString(ByrefType, Name, ND, true);
4190 ByrefType += " {\n";
4191 ByrefType += " void *__isa;\n";
4192 RewriteByRefString(ByrefType, Name, ND);
4193 ByrefType += " *__forwarding;\n";
4194 ByrefType += " int __flags;\n";
4195 ByrefType += " int __size;\n";
4201 ByrefType += " void (*__Block_byref_id_object_copy)(void*, void*);\n";
4202 ByrefType
[all...]
H A DRewriteModernObjC.cpp5029 std::string ByrefType; local
5030 RewriteByRefString(ByrefType, Name, ND, true);
5031 ByrefType += " {\n";
5032 ByrefType += " void *__isa;\n";
5033 RewriteByRefString(ByrefType, Name, ND);
5034 ByrefType += " *__forwarding;\n";
5035 ByrefType += " int __flags;\n";
5036 ByrefType += " int __size;\n";
5042 ByrefType += " void (*__Block_byref_id_object_copy)(void*, void*);\n";
5043 ByrefType
[all...]

Completed in 136 milliseconds