Searched refs:HasBody (Results 1 – 4 of 4) sorted by relevance
574 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local577 AddBoolean(HasBody); in AddFunctionDecl()578 if (!HasBody) { in AddFunctionDecl()
1064 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument1065 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
2112 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local2113 (void)HasBody; in SetFunctionAttributes()2114 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
2827 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument2856 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()