Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp100 MethodBody::MethodBody(bool declOnly) in MethodBody() argument
101 : declOnly(declOnly), stringOs(body), os(stringOs) {} in MethodBody()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h180 MethodBody(bool declOnly);
184 : declOnly(other.declOnly), body(std::move(other.body)), stringOs(body), in MethodBody()
197 if (!declOnly) {
230 bool declOnly;