Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp384 std::string ImplTag,
3503 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument
3512 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor()
3513 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
3516 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
3521 S += ImplTag + ")"; in SynthesizeBlockDescriptor()
3571 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local
3574 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
3578 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3583 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
[all …]
H A DRewriteModernObjC.cpp474 std::string ImplTag,
4297 std::string ImplTag, int i, in SynthesizeBlockDescriptor() argument
4306 S += ImplTag; S += "*, struct "; in SynthesizeBlockDescriptor()
4307 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
4310 S += ImplTag; S += "*);\n"; in SynthesizeBlockDescriptor()
4315 S += ImplTag + ")"; in SynthesizeBlockDescriptor()
4366 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local
4369 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
4373 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4378 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
[all …]