Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
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()
4135 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4140 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4141 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4160 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()