Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3269 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3278 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3280 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3286 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3359 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3364 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3365 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3384 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
H A DRewriteModernObjC.cpp4054 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4067 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4069 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4075 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4148 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4153 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4154 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4173 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()