Searched defs:hasBody (Results 1 – 7 of 7) sorted by relevance
139 bool hasBody() const { return HasBody; } in hasBody() function
1058 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
524 bool hasBody() const override { return Body.isValid(); } in hasBody() function
2157 bool hasBody() const override { in hasBody() function
459 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody() function in __anoncfaa73c60111::Intrinsic
3046 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl
5486 AST_POLYMORPHIC_MATCHER_P(hasBody, in AST_POLYMORPHIC_MATCHER_P() argument