Searched refs:ImplTag (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 383 std::string ImplTag, 3504 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument 3513 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor() 3514 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 3517 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 3522 S += ImplTag + ")"; in SynthesizeBlockDescriptor() 3572 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local 3575 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() 3579 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() 3584 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() [all …]
|
| H A D | RewriteModernObjC.cpp | 474 std::string ImplTag, 4295 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument 4304 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor() 4305 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 4308 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 4313 S += ImplTag + ")"; in SynthesizeBlockDescriptor() 4364 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local 4367 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() 4371 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() 4376 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() [all …]
|