Searched refs:DescTag (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp486 std::string SynthesizeBlockDescriptor(std::string DescTag,
4409 std::string RewriteModernObjC::SynthesizeBlockDescriptor(std::string DescTag, argument
4413 std::string S = "\nstatic struct " + DescTag;
4427 S += DescTag + "_DATA = { 0, sizeof(struct ";
4480 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); local
4482 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
4494 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,
H A DRewriteObjC.cpp390 std::string SynthesizeBlockDescriptor(std::string DescTag,
3535 std::string RewriteObjC::SynthesizeBlockDescriptor(std::string DescTag, argument
3539 std::string S = "\nstatic struct " + DescTag;
3553 S += DescTag + "_DATA = { 0, sizeof(struct ";
3605 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); local
3607 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
3619 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,

Completed in 181 milliseconds