Searched refs:doesThisDeclarationHaveABody (Results 1 – 18 of 18) sorted by relevance
192 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
2929 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()3657 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()5982 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
1858 FD->doesThisDeclarationHaveABody()) in CXXRecordAllNonInlineVirtualsHaveAttr()
848 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
110 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
483 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext()485 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext()688 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()775 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
2918 if (I->doesThisDeclarationHaveABody()) { in hasBody()3441 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()3468 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()3470 if (Prev->doesThisDeclarationHaveABody()) { in doesDeclarationForceExternallyVisibleDefinition()3493 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()3561 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()
691 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
2483 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
277 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition()3376 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()3594 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
10955 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
439 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
2148 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()2158 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
286 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()287 if (FD->doesThisDeclarationHaveABody()) in Visit()2461 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
2874 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
5885 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()8598 !FD->doesThisDeclarationHaveABody()); in DefineDefaultedComparison()13276 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()13415 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()13562 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()14261 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()14625 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()14933 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()15067 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
1647 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()1718 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
1999 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;