Searched refs:ImplTag (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 383 std::string ImplTag, 3516 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument 3525 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor() 3526 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 3529 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 3534 S += ImplTag + ")"; in SynthesizeBlockDescriptor() 3584 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local 3587 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() 3591 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() 3596 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() [all …]
|
| H A D | RewriteModernObjC.cpp | 473 std::string ImplTag, 4305 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument 4314 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor() 4315 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 4318 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 4323 S += ImplTag + ")"; in SynthesizeBlockDescriptor() 4374 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local 4377 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() 4381 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() 4386 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() [all …]
|