Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp383 std::string ImplTag,
3504 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument
3513 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor()
3514 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
3517 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
3522 S += ImplTag + ")"; in SynthesizeBlockDescriptor()
3572 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local
3575 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
3579 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3584 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
[all …]
H A DRewriteModernObjC.cpp474 const std::string &ImplTag, int i,
4293 const std::string &DescTag, const std::string &ImplTag, int i, in SynthesizeBlockDescriptor() argument
4301 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor()
4302 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
4305 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
4310 S += ImplTag + ")"; in SynthesizeBlockDescriptor()
4361 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local
4364 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
4368 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4373 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
[all …]