Searched refs:HasBody (Results 1 – 3 of 3) sorted by relevance
564 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local567 AddBoolean(HasBody); in AddFunctionDecl()568 if (!HasBody) { in AddFunctionDecl()
1048 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument1049 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
2760 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument2787 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()