Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp383 std::string SynthesizeBlockDescriptor(std::string DescTag,
3502 std::string RewriteObjC::SynthesizeBlockDescriptor(std::string DescTag, in SynthesizeBlockDescriptor() argument
3506 std::string S = "\nstatic struct " + DescTag; in SynthesizeBlockDescriptor()
3520 S += DescTag + "_DATA = { 0, sizeof(struct "; in SynthesizeBlockDescriptor()
3572 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals() local
3574 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
3586 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
H A DRewriteModernObjC.cpp473 std::string SynthesizeBlockDescriptor(std::string DescTag,
4296 std::string RewriteModernObjC::SynthesizeBlockDescriptor(std::string DescTag, in SynthesizeBlockDescriptor() argument
4300 std::string S = "\nstatic struct " + DescTag; in SynthesizeBlockDescriptor()
4314 S += DescTag + "_DATA = { 0, sizeof(struct "; in SynthesizeBlockDescriptor()
4367 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals() local
4369 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
4381 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()