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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp391 std::string ImplTag,
3536 std::string ImplTag, int i,
3545 S += ImplTag; S += "*, struct ";
3546 S += ImplTag; S += "*);\n";
3549 S += ImplTag; S += "*);\n";
3554 S += ImplTag + ")";
3604 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); local
3607 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
3611 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
3616 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
3535 SynthesizeBlockDescriptor(std::string DescTag, std::string ImplTag, int i, StringRef FunName, unsigned hasCopy) argument
[all...]
H A DRewriteModernObjC.cpp487 std::string ImplTag,
4410 std::string ImplTag, int i,
4419 S += ImplTag; S += "*, struct ";
4420 S += ImplTag; S += "*);\n";
4423 S += ImplTag; S += "*);\n";
4428 S += ImplTag + ")";
4479 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); local
4482 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
4486 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
4491 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
4409 SynthesizeBlockDescriptor(std::string DescTag, std::string ImplTag, int i, StringRef FunName, unsigned hasCopy) argument
[all...]

Completed in 127 milliseconds