Searched defs:ImplTag (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp383 std::string ImplTag,
3503 std::string ImplTag, int i,
3512 S += ImplTag; S += "*, struct ";
3513 S += ImplTag; S += "*);\n";
3516 S += ImplTag; S += "*);\n";
3521 S += ImplTag + ")";
3571 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); local
3574 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
3578 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
3583 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
3502 SynthesizeBlockDescriptor(std::string DescTag, std::string ImplTag, int i, StringRef FunName, unsigned hasCopy) argument
[all...]
H A DRewriteModernObjC.cpp473 std::string ImplTag,
4302 std::string ImplTag, int i,
4311 S += ImplTag; S += "*, struct ";
4312 S += ImplTag; S += "*);\n";
4315 S += ImplTag; S += "*);\n";
4320 S += ImplTag + ")";
4371 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); local
4374 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
4378 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
4383 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
4301 SynthesizeBlockDescriptor(std::string DescTag, std::string ImplTag, int i, StringRef FunName, unsigned hasCopy) argument
[all...]

Completed in 153 milliseconds