Searched refs:HasBody (Results 1 – 3 of 3) sorted by relevance
174 bool hasBody() const { return HasBody; } in hasBody()226 HasBody = NewHasBody; in setCode()271 bool HasBody = false; variable
725 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local728 AddBoolean(HasBody); in AddFunctionDecl()729 if (!HasBody) { in AddFunctionDecl()
2886 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local2887 (void)HasBody; in SetFunctionAttributes()2888 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()