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