Searched refs:HasBody (Results 1 – 5 of 5) sorted by relevance
171 bool hasBody() const { return HasBody; } in hasBody()207 HasBody = NewHasBody; in setCode()252 bool HasBody = false; variable
712 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local715 AddBoolean(HasBody); in AddFunctionDecl()716 if (!HasBody) { in AddFunctionDecl()
1096 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument1097 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
3208 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument3232 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
2852 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local2853 (void)HasBody; in SetFunctionAttributes()2854 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()