Searched refs:HasBody (Results 1 – 2 of 2) sorted by relevance
2401 static bool isConsumerInterestedIn(Decl *D, bool HasBody) { in isConsumerInterestedIn() argument2415 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
2861 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument