/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | AdornedCFG.cpp | 130 if (!Func.doesThisDeclarationHaveABody()) in build()
|
H A D | DataflowAnalysisContext.cpp | 302 if (F->doesThisDeclarationHaveABody()) { in getAdornedCFG()
|
H A D | DataflowEnvironment.cpp | 1207 assert(FuncDecl->doesThisDeclarationHaveABody()); in buildResultObjectMap()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | WebAssembly.cpp | 83 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 501 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 D | Decl.cpp | 3150 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 D | DeclCXX.cpp | 2636 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
|
H A D | ASTImporter.cpp | 302 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition() 3796 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl() 4053 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
|
H A D | ASTContext.cpp | 12354 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 212 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
|
H A D | CodeGenModule.cpp | 3802 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 D | ItaniumCXXABI.cpp | 1969 if (FD->isInlined() || FD->doesThisDeclarationHaveABody() || in CXXRecordNonInlineHasAttr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.h | 180 assert(FD.doesThisDeclarationHaveABody()); in Environment()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 57 if (RD->doesThisDeclarationHaveABody() && in isInlined()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 539 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
|
H A D | Decl.h | 2248 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition() 2258 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 322 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit() 323 if (FD->doesThisDeclarationHaveABody()) in Visit() 2855 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
|
H A D | ASTReaderDecl.cpp | 3209 return Func->doesThisDeclarationHaveABody() || PendingBodies.count(D); in isConsumerInterestedIn()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 6061 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 D | AnalysisBasedWarnings.cpp | 2480 if (Node->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
|
H A D | SemaDecl.cpp | 1799 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign() 1858 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 2011 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
|