================
@@ -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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits