Home | History | Annotate | Download | only in AST

Lines Matching defs:hasBody

959   /// Note that \c hasBody can also return true if any redeclaration of this
961 virtual bool hasBody() const { return getBody() != nullptr; }