Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp381 std::string ImplTag,
3502 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument
3511 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor()
3512 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
3515 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
3520 S += ImplTag + ")"; in SynthesizeBlockDescriptor()
3566 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local
3569 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
3573 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3578 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
[all …]
H A DRewriteModernObjC.cpp473 const std::string &ImplTag, int i,
4285 const std::string &DescTag, const std::string &ImplTag, int i, in SynthesizeBlockDescriptor() argument
4293 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor()
4294 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
4297 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
4302 S += ImplTag + ")"; in SynthesizeBlockDescriptor()
4347 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local
4350 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
4354 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4359 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
[all …]