Searched refs:HasBody (Results 1 – 5 of 5) sorted by relevance
575 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local578 AddBoolean(HasBody); in AddFunctionDecl()579 if (!HasBody) { in AddFunctionDecl()
1065 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument1066 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
2954 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument2983 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
2337 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local2338 (void)HasBody; in SetFunctionAttributes()2339 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
2051 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument2064 TEST(HasBody, FindsBodyOfFunctions) { in TEST() argument