Home
last modified time | relevance | path

Searched refs:StructRef (Results 26 – 50 of 60) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3262 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3271 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3273 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3279 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3352 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3357 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3358 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3377 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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.cpp4043 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4056 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4058 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4064 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4137 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4142 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4143 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4162 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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.cpp4043 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4056 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4058 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4064 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4137 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4142 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4143 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4162 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3255 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3264 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3266 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3272 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3345 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3350 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3351 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3370 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
H A DRewriteModernObjC.cpp4043 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4056 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4058 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4064 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4137 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4142 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4143 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4162 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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.cpp4043 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4056 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4058 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4064 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4137 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4142 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4143 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4162 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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()
/dports/devel/llvm13/llvm-project-13.0.1.src/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.cpp4043 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4056 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4058 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4064 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4137 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4142 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4143 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4162 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/llvm80/llvm-8.0.1.src/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()
/dports/devel/llvm70/llvm-7.0.1.src/tools/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()
/dports/lang/clang-mesa/clang-13.0.1.src/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()
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dexpr.c1185 static void StructRef (ExprDesc* Expr) in StructRef() function
1351 StructRef (Expr); in hie11()
1362 StructRef (Expr); in hie11()
/dports/math/py-pynndescent/pynndescent-0.5.4/pynndescent/
H A Dutils.py133 class HeapType(types.StructRef):
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4043 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4056 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4058 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4064 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4137 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4142 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4143 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4162 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/Rewrite/
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()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4048 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4061 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4063 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4069 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4142 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4147 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4148 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4167 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4048 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
4061 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4063 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
4069 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
4142 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
4147 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
4148 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
4167 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Frontend/Rewrite/
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()

123