================
@@ -9035,6 +9036,10 @@ inline bool Type::isVoidType() const {
return isSpecificBuiltinType(BuiltinType::Void);
}
+inline bool Type::isMetaInfoType() const {
----------------
tbaederr wrote:
Docs please.
https://github.com/llvm/llvm-project/pull/190356