Searched refs:doesThisDeclarationHaveABody (Results 1 – 17 of 17) sorted by relevance
185 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
2182 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()2866 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()5063 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
782 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
102 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
460 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext()462 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext()637 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()718 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
688 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
2697 if (I->doesThisDeclarationHaveABody()) { in hasBody()3143 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()3252 assert((doesThisDeclarationHaveABody() || willHaveBody()) && in isInlineDefinitionExternallyVisible()
651 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
2205 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
2985 if (D->doesThisDeclarationHaveABody() && FoundFunction->hasBody()) in VisitFunctionDecl()3005 if (D->doesThisDeclarationHaveABody() && in VisitFunctionDecl()3186 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
9845 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
278 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()279 if (FD->doesThisDeclarationHaveABody()) in Visit()2323 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
2787 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
5478 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()10996 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()11133 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()11274 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()11927 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()12289 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()12587 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()12717 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
1514 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()1585 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
1776 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
1989 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function