Searched refs:doesThisDeclarationHaveABody (Results 1 – 19 of 19) sorted by relevance
192 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
2899 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()3627 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()5948 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
1846 FD->doesThisDeclarationHaveABody()) in CXXRecordAllNonInlineVirtualsHaveAttr()
848 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
110 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
482 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext()484 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext()687 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()774 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
2925 if (I->doesThisDeclarationHaveABody()) { in hasBody()3448 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()3475 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()3477 if (Prev->doesThisDeclarationHaveABody()) { in doesDeclarationForceExternallyVisibleDefinition()3500 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()3568 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()
691 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
2497 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
277 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition()3327 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()3543 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
10908 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
415 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
2122 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()2132 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
284 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()285 if (FD->doesThisDeclarationHaveABody()) in Visit()2443 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
2856 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
5885 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()8591 !FD->doesThisDeclarationHaveABody()); in DefineDefaultedComparison()13084 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()13223 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()13370 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()14068 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()14435 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()14737 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()14871 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
1634 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()1705 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
1999 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
865 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()