Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DControlFlowContext.cpp72 if (!Func.doesThisDeclarationHaveABody()) in build()
H A DDataflowAnalysisContext.cpp301 if (F->doesThisDeclarationHaveABody()) { in getControlFlowContext()
H A DDataflowEnvironment.cpp389 assert(FuncDecl->doesThisDeclarationHaveABody()); in initialize()
429 assert(FuncDecl->doesThisDeclarationHaveABody()); in initFieldsGlobalsAndFuncs()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp83 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp547 if (FD->doesThisDeclarationHaveABody() && !FD->isDefaulted()) in VisitDeclContext()
552 if (TD->getTemplatedDecl()->doesThisDeclarationHaveABody()) in VisitDeclContext()
572 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext()
574 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext()
794 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
880 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DDecl.cpp3113 if (I->doesThisDeclarationHaveABody()) { in hasBody()
3750 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()
3777 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3779 if (Prev->doesThisDeclarationHaveABody()) { in doesDeclarationForceExternallyVisibleDefinition()
3802 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3870 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()
H A DCommentSema.cpp662 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
H A DDeclCXX.cpp2583 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DASTImporter.cpp302 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition()
3729 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
3973 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DASTContext.cpp11871 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp111 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp212 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
H A DCodeGenModule.cpp3761 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()
4634 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
7039 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
H A DItaniumCXXABI.cpp1910 FD->doesThisDeclarationHaveABody()) in CXXRecordAllNonInlineVirtualsHaveAttr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h450 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
H A DDecl.h2260 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()
2270 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp288 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
289 if (FD->doesThisDeclarationHaveABody()) in Visit()
2769 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
H A DASTReaderDecl.cpp3232 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6204 if (!FD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()
9147 !FD->doesThisDeclarationHaveABody()); in DefineDefaultedComparison()
14025 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()
14165 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()
14312 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()
15010 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()
15393 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()
15718 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()
15854 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
H A DAnalysisBasedWarnings.cpp2444 if (Node->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
H A DSemaDecl.cpp1879 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()
1950 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1971 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;