Lines Matching defs:body
96 // this will encompass not only the signature, but also the body.
269 Expression* body() const { return body_; }
275 Expression* body)
278 body_(body) {}
317 base::Optional<Statement*> body() const { return body_; }
355 base::Optional<Statement*> body)
362 body_(body) {
363 DCHECK(!body || *body);
395 base::Optional<Statement*> body)
397 signature, body),
457 base::Optional<Statement*> body, bool is_user_defined,
460 signature, body),
468 const Signature& signature, base::Optional<Statement*> body,
471 std::move(readable_name), signature, body, is_user_defined,
491 std::string readable_name, const Signature& signature, Statement* body)
493 std::move(readable_name), signature, body, true, false),
511 base::Optional<Statement*> body)
513 std::move(readable_name), signature, body),