Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp130 if (!Func.doesThisDeclarationHaveABody()) in build()
H A DDataflowAnalysisContext.cpp302 if (F->doesThisDeclarationHaveABody()) { in getAdornedCFG()
H A DDataflowEnvironment.cpp1207 assert(FuncDecl->doesThisDeclarationHaveABody()); in buildResultObjectMap()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp83 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp501 if (FD->doesThisDeclarationHaveABody() && !FD->isDefaulted()) in VisitDeclContext()
506 if (TD->getTemplatedDecl()->doesThisDeclarationHaveABody()) in VisitDeclContext()
526 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext()
528 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext()
744 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
839 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DDecl.cpp3150 if (I->doesThisDeclarationHaveABody()) { in hasBody()
3800 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()
3827 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3829 if (Prev->doesThisDeclarationHaveABody()) { in doesDeclarationForceExternallyVisibleDefinition()
3852 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3920 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()
H A DDeclCXX.cpp2636 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DASTImporter.cpp302 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition()
3796 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
4053 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DASTContext.cpp12354 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp212 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
H A DCodeGenModule.cpp3802 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()
4233 bool IsDefined = CurFD->doesThisDeclarationHaveABody(); in emitMultiVersionFunctions()
4744 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
7185 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
H A DItaniumCXXABI.cpp1969 if (FD->isInlined() || FD->doesThisDeclarationHaveABody() || in CXXRecordNonInlineHasAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h180 assert(FD.doesThisDeclarationHaveABody()); in Environment()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp57 if (RD->doesThisDeclarationHaveABody() && in isInlined()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h539 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
H A DDecl.h2248 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()
2258 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp322 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
323 if (FD->doesThisDeclarationHaveABody()) in Visit()
2855 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
H A DASTReaderDecl.cpp3209 return Func->doesThisDeclarationHaveABody() || PendingBodies.count(D); in isConsumerInterestedIn()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6061 if (!FD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()
9043 !FD->doesThisDeclarationHaveABody()); in DefineDefaultedComparison()
13894 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()
14039 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()
14186 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()
14884 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()
15269 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()
15597 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()
15736 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
H A DAnalysisBasedWarnings.cpp2480 if (Node->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
H A DSemaDecl.cpp1799 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()
1858 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h2011 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;