Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3255 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3264 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3266 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3272 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3345 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3350 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3351 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3370 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
H A DRewriteModernObjC.cpp4042 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4055 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4057 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4063 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4132 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4137 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4138 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4157 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()