================ @@ -6143,6 +6144,13 @@ static FunctionProtoTypeLoc GetPrototypeLoc(Expr *Fn) { } } + if (const auto *ME = dyn_cast<MemberExpr>(Fn)) { ---------------- Qwinci wrote: Done. https://github.com/llvm/llvm-project/pull/69011