Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3256 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3265 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3267 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3273 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3346 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3351 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3352 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3371 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
H A DRewriteModernObjC.cpp4046 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4059 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4061 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4067 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4140 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4145 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4146 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4165 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()