Searched refs:doesThisDeclarationHaveABody (Results 1 – 15 of 15) sorted by relevance
109 assert(D->doesThisDeclarationHaveABody()); in HandleInlineMethodDefinition()
1241 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()1525 } else if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
102 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
254 if (FD->doesThisDeclarationHaveABody()) in PrintDeclContext()
436 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()574 else if (D->doesThisDeclarationHaveABody() && !Policy.TerseOutput) { in VisitFunctionDecl()
688 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
2695 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()2792 assert(doesThisDeclarationHaveABody() && "Must have the function definition"); in isInlineDefinitionExternallyVisible()
941 bool HasDeclarationBody = D->doesThisDeclarationHaveABody(); in VisitFunctionDecl()
7905 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
135 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()158 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()159 if (FD->doesThisDeclarationHaveABody()) in Visit()
2194 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
4369 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()8471 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()8812 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()8929 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()9609 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()10022 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()10355 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()10520 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
1271 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()1339 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
1671 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
815 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()