Searched refs:HasBody (Results 1 – 7 of 7) sorted by relevance
574 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local577 AddBoolean(HasBody); in AddFunctionDecl()578 if (!HasBody) { in AddFunctionDecl()
1060 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument1061 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
1604 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument1617 TEST(HasBody, FindsBodyOfFunctions) { in TEST() argument
1005 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
2018 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local2019 (void)HasBody; in SetFunctionAttributes()2020 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
2497 static bool isConsumerInterestedIn(Decl *D, bool HasBody) { in isConsumerInterestedIn() argument2514 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
2825 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument2854 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()