Home | History | Annotate | Download | only in AST

Lines Matching defs:hasBody

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