Searched refs:doesThisDeclarationHaveABody (Results 1 – 16 of 16) sorted by relevance
170 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
1578 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()1960 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()3961 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
102 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
263 if (FD->doesThisDeclarationHaveABody()) in PrintDeclContext()
501 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()639 else if (D->doesThisDeclarationHaveABody() && !Policy.TerseOutput) { in VisitFunctionDecl()
686 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
2852 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()2967 assert(doesThisDeclarationHaveABody() && "Must have the function definition"); in isInlineDefinitionExternallyVisible()
1173 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
8596 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
270 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()271 if (FD->doesThisDeclarationHaveABody()) in Visit()2182 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
2514 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
1658 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
4604 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()9199 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()9335 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()9512 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()10279 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()10707 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()11057 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()11239 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
1376 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()1444 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
1821 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
830 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()