Searched refs:HasBody (Results 1 – 5 of 5) sorted by relevance
196 bool hasBody() const { return HasBody; } in hasBody()247 HasBody = NewHasBody; in setCode()298 unsigned HasBody : 1;
26 HasBody(false), Defined(false) { in Function()
745 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local748 AddBoolean(HasBody); in AddFunctionDecl()749 if (!HasBody) { in AddFunctionDecl()
1125 bool HasBody = FD->hasBody(); // Prefer using the definition. in isStandardDelete() local1133 return L.isInvalid() || (!HasBody && SM.isInSystemHeader(L)); in isStandardDelete()
3115 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local3116 (void)HasBody; in SetFunctionAttributes()3117 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()