Searched refs:DescTag (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 382 std::string SynthesizeBlockDescriptor(std::string DescTag, 3515 std::string RewriteObjC::SynthesizeBlockDescriptor(std::string DescTag, in SynthesizeBlockDescriptor() argument 3519 std::string S = "\nstatic struct " + DescTag; in SynthesizeBlockDescriptor() 3533 S += DescTag + "_DATA = { 0, sizeof(struct "; in SynthesizeBlockDescriptor() 3585 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals() local 3587 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() 3599 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
|
H A D | RewriteModernObjC.cpp | 472 std::string SynthesizeBlockDescriptor(std::string DescTag, 4304 std::string RewriteModernObjC::SynthesizeBlockDescriptor(std::string DescTag, in SynthesizeBlockDescriptor() argument 4308 std::string S = "\nstatic struct " + DescTag; in SynthesizeBlockDescriptor() 4322 S += DescTag + "_DATA = { 0, sizeof(struct "; in SynthesizeBlockDescriptor() 4375 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals() local 4377 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() 4389 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
|