================
@@ -6844,6 +6844,14 @@ CXXRecordMembersNamed(StringRef Name, Sema &S, QualType 
Ty) {
   return Results;
 }
 
+QualType Sema::getTypeMember(StringRef Name, QualType Type) {
----------------
Sirraide wrote:

Also, `SemaChecking` is for ‘extra semantic checking’. It feels a bit weird to 
have this here if it’s used elsewhere. I’d probably just throw this 
implementation into e.g. `SemaType.cpp`.

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

Reply via email to