void test::TestBaseTypeInterfacePrintTypeA::printTypeA(::mlir::Location loc) const { … }
void test::TestBaseTypeInterfacePrintTypeB::printTypeB(::mlir::Location loc) const { … }
void test::TestBaseTypeInterfacePrintTypeB::printTypeA(::mlir::Location loc) const { … }
unsigned mlir::TestExternalFallbackTypeInterface::getBitwidth() const { … }
unsigned mlir::TestExternalTypeInterface::getBitwidthPlusArg(unsigned arg) const { … }
unsigned mlir::TestExternalTypeInterface::staticGetSomeValuePlusArg(unsigned arg) const { … }
unsigned mlir::TestExternalTypeInterface::getBitwidthPlusDoubleArgument(unsigned arg) const { … }
unsigned mlir::TestExternalTypeInterface::staticGetArgument(unsigned arg) const { … }
bool mlir::TestOptionallyImplementedTypeInterface::getImplementsInterface() const { … }
void test::TestTypeInterface::printTypeC(::mlir::Location loc) const { … }
TestTypeInterface test::TestTypeInterface::printTypeRet(::mlir::Location loc) const { … }
void test::TestTypeInterface::printTypeA(::mlir::Location loc) const { … }
void test::TestTypeInterface::printTypeB(::mlir::Location loc) const { … }