Searched refs:doesThisDeclarationHaveABody (Results 1 – 19 of 19) sorted by relevance
111 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
212 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
3331 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()4165 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()6596 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
1817 FD->doesThisDeclarationHaveABody()) in CXXRecordAllNonInlineVirtualsHaveAttr()
898 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
483 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext()485 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext()687 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()773 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
3048 if (I->doesThisDeclarationHaveABody()) { in hasBody()3583 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()3610 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()3612 if (Prev->doesThisDeclarationHaveABody()) { in doesDeclarationForceExternallyVisibleDefinition()3635 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()3703 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()
663 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
2529 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
302 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition()3515 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()3754 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
11737 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
439 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
2220 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()2230 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
290 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()291 if (FD->doesThisDeclarationHaveABody()) in Visit()2502 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
3072 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
6012 if (FD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()8861 !FD->doesThisDeclarationHaveABody()); in DefineDefaultedComparison()13586 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()13726 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()13873 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()14570 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()14942 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()15250 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()15385 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
1844 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()1915 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
1971 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
871 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()