Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp100 assert(d->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
H A DCIRGenModule.cpp345 if (!fd->doesThisDeclarationHaveABody()) { in emitGlobal()
1778 if (fd->doesThisDeclarationHaveABody()) { in getOrCreateCIRFunction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp136 if (!Func.doesThisDeclarationHaveABody()) in build()
H A DDataflowAnalysisContext.cpp301 if (F->doesThisDeclarationHaveABody()) { in getAdornedCFG()
H A DDataflowEnvironment.cpp1206 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.cpp531 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 DDecl.cpp3189 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 DCommentSema.cpp664 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
H A DDeclCXX.cpp2835 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DASTImporter.cpp301 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 DNSErrorChecker.cpp111 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp212 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
H A DCodeGenModule.cpp4050 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 DItaniumCXXABI.cpp1983 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.cpp56 if (RD->doesThisDeclarationHaveABody() && in isInlined()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h569 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
H A DDecl.h2295 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()
2305 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp475 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
476 if (FD->doesThisDeclarationHaveABody()) in Visit()
3096 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
H A DASTWriter.cpp7565 if (!D->doesThisDeclarationHaveABody()) in CompletedImplicitDefinition()
7589 if (!D->doesThisDeclarationHaveABody()) in FunctionDefinitionInstantiated()
H A DASTReaderDecl.cpp3257 return Func->doesThisDeclarationHaveABody() || PendingBodies.count(D); in isConsumerInterestedIn()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6169 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 DAnalysisBasedWarnings.cpp2762 if (Node->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h2012 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;

12