Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3276 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3285 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3287 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3293 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3366 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3371 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3372 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3391 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
DRewriteModernObjC.cpp4135 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4148 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4150 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4156 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4229 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4234 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4235 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4254 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()