Searched refs:declOnly (Results 1 – 2 of 2) sorted by relevance
100 MethodBody::MethodBody(bool declOnly) in MethodBody() argument101 : declOnly(declOnly), stringOs(body), os(stringOs) {} in MethodBody()
180 MethodBody(bool declOnly);184 : declOnly(other.declOnly), body(std::move(other.body)), stringOs(body), in MethodBody()197 if (!declOnly) {230 bool declOnly;