Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3257 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3266 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3268 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3274 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3347 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3352 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3353 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3372 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
H A DRewriteModernObjC.cpp4044 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4057 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4059 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4065 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4138 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4143 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4144 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4163 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()