Home
last modified time | relevance | path

Searched refs:MethodSignature (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h115 class MethodSignature {
120 MethodSignature(RetTypeT &&retType, NameT &&name, in MethodSignature() function
128 MethodSignature(RetTypeT &&retType, NameT &&name, in MethodSignature() function
130 : MethodSignature(std::forward<RetTypeT>(retType), in MethodSignature()
137 MethodSignature(RetTypeT &&retType, NameT &&name, Parameters &&...parameters) in MethodSignature() function
138 : MethodSignature(std::forward<RetTypeT>(retType), in MethodSignature()
150 bool makesRedundant(const MethodSignature &other) const;
363 MethodSignature methodSignature;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp77 bool MethodSignature::makesRedundant(const MethodSignature &other) const { in makesRedundant()
82 void MethodSignature::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()
88 void MethodSignature::writeDefTo(raw_indented_ostream &os, in writeDefTo()