| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenerator.cpp | 100 assert(d->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
|
| H A D | CIRGenModule.cpp | 345 if (!fd->doesThisDeclarationHaveABody()) { in emitGlobal() 1778 if (fd->doesThisDeclarationHaveABody()) { in getOrCreateCIRFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | AdornedCFG.cpp | 136 if (!Func.doesThisDeclarationHaveABody()) in build()
|
| H A D | DataflowAnalysisContext.cpp | 301 if (F->doesThisDeclarationHaveABody()) { in getAdornedCFG()
|
| H A D | DataflowEnvironment.cpp | 1206 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 | 531 if (FD->doesThisDeclarationHaveABody() && !FD->isDefaulted()) in VisitDeclContext() 536 if (TD->getTemplatedDecl()->doesThisDeclarationHaveABody()) in VisitDeclContext() 556 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext() 558 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext() 773 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl() 871 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
|
| H A D | Decl.cpp | 3189 if (I->doesThisDeclarationHaveABody()) { in hasBody() 3875 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition() 3902 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition() 3904 if (Prev->doesThisDeclarationHaveABody()) { in doesDeclarationForceExternallyVisibleDefinition() 3927 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition() 4012 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()
|
| H A D | CommentSema.cpp | 664 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
|
| H A D | DeclCXX.cpp | 2835 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
|
| H A D | ASTImporter.cpp | 301 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition() 4065 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl() 4328 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NSErrorChecker.cpp | 111 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 212 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
|
| H A D | CodeGenModule.cpp | 4050 FD->doesThisDeclarationHaveABody()) in EmitGlobal() 4062 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal() 4986 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction() 7518 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
|
| H A D | ItaniumCXXABI.cpp | 1983 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 | 56 if (RD->doesThisDeclarationHaveABody() && in isInlined()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 569 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
|
| H A D | Decl.h | 2295 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition() 2305 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 475 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit() 476 if (FD->doesThisDeclarationHaveABody()) in Visit() 3096 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
|
| H A D | ASTWriter.cpp | 7565 if (!D->doesThisDeclarationHaveABody()) in CompletedImplicitDefinition() 7589 if (!D->doesThisDeclarationHaveABody()) in FunctionDefinitionInstantiated()
|
| H A D | ASTReaderDecl.cpp | 3257 return Func->doesThisDeclarationHaveABody() || PendingBodies.count(D); in isConsumerInterestedIn()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 6169 if (!FD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage() 9222 !FD->doesThisDeclarationHaveABody()); in DefineDefaultedComparison() 14185 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor() 14330 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor() 14477 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor() 15173 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment() 15558 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment() 15888 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor() 16026 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
|
| H A D | AnalysisBasedWarnings.cpp | 2762 if (Node->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 2012 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
|