Searched defs:HasBody (Results 1 – 7 of 7) sorted by relevance
155 bool HasBody() const { return has_body_; } in HasBody() function
67 bool HasBody() const override { return !body_.empty(); }; in HasBody() function
1005 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
1097 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl()
1092 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl()
2497 static bool isConsumerInterestedIn(Decl *D, bool HasBody) { in isConsumerInterestedIn()