Searched refs:ImplTag (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 383 std::string ImplTag, 3503 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument 3512 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor() 3513 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 3516 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 3521 S += ImplTag + ")"; in SynthesizeBlockDescriptor() 3571 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local 3574 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() 3578 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() 3583 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() [all …]
|
D | RewriteModernObjC.cpp | 473 std::string ImplTag, 4302 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument 4311 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor() 4312 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 4315 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor() 4320 S += ImplTag + ")"; in SynthesizeBlockDescriptor() 4371 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local 4374 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() 4378 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() 4383 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() [all …]
|