Searched defs:hasBody (Results 1 – 6 of 6) sorted by relevance
1016 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
524 bool hasBody() const override { return Body.isValid(); } in hasBody() function
2059 bool hasBody() const override { in hasBody() function
458 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody() function in __anon9e9e0a7a0111::Intrinsic
5282 AST_POLYMORPHIC_MATCHER_P(hasBody, in AST_POLYMORPHIC_MATCHER_P() argument
2923 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl