Home
last modified time | relevance | path

Searched refs:doesThisDeclarationHaveABody (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp192 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
H A DCodeGenModule.cpp2929 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()
3657 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
5982 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
H A DItaniumCXXABI.cpp1858 FD->doesThisDeclarationHaveABody()) in CXXRecordAllNonInlineVirtualsHaveAttr()
H A DTargetInfo.cpp848 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp110 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp483 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()
H A DDecl.cpp2918 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()
H A DCommentSema.cpp691 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
H A DDeclCXX.cpp2483 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DASTImporter.cpp277 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition()
3376 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
3594 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DASTContext.cpp10955 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h439 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
H A DDecl.h2148 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()
2158 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp286 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
287 if (FD->doesThisDeclarationHaveABody()) in Visit()
2461 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
H A DASTReaderDecl.cpp2874 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5885 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()
H A DSemaDecl.cpp1647 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()
1718 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1999 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;