Home
last modified time | relevance | path

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

/freebsd-14.2/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 std::string ImplTag,
4294 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument
4303 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor()
4304 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
4307 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
4312 S += ImplTag + ")"; in SynthesizeBlockDescriptor()
4363 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local
4366 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
4370 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4375 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
[all …]