================
@@ -271,53 +246,70 @@ struct BuiltinTypeDeclBuilder {
     return *this;
   }
 
+  FieldDecl *getResourceHandleField() {
+    FieldDecl *FD = Fields["h"];
----------------
tex3d wrote:

I thought `lookup` was right:
https://github.com/llvm/llvm-project/blob/30af6fb163add17a6be515200881afdff91d213a/llvm/include/llvm/ADT/StringMap.h#L251-L258

https://github.com/llvm/llvm-project/pull/114148
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to