Lines Matching defs:body
184 base::Optional<Statement*> body,
189 body, is_user_defined, exported_to_csa)));
203 const Signature& signature, base::Optional<Statement*> body,
217 macro = CreateTorqueMacro(name, name, accessible_from_csa, signature, body,
234 Statement* body) {
238 container_type, generated_name, name, std::move(signature), body)));
261 base::Optional<Statement*> body) {
264 std::move(signature), body)));
271 base::Optional<Statement*> body) {
273 return Declare(name, CreateBuiltin(name, name, kind, signature, body));
293 Expression* body) {
297 new NamespaceConstant(name, std::move(external_name), type, body));