Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp111 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp212 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
H A DCodeGenModule.cpp3331 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()
4165 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
6596 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
H A DItaniumCXXABI.cpp1817 FD->doesThisDeclarationHaveABody()) in CXXRecordAllNonInlineVirtualsHaveAttr()
H A DTargetInfo.cpp898 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp483 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext()
485 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext()
687 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
773 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DDecl.cpp3048 if (I->doesThisDeclarationHaveABody()) { in hasBody()
3583 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()
3610 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3612 if (Prev->doesThisDeclarationHaveABody()) { in doesDeclarationForceExternallyVisibleDefinition()
3635 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3703 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()
H A DCommentSema.cpp663 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
H A DDeclCXX.cpp2529 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DASTImporter.cpp302 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition()
3515 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
3754 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DASTContext.cpp11737 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h439 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
H A DDecl.h2220 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()
2230 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp290 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
291 if (FD->doesThisDeclarationHaveABody()) in Visit()
2502 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
H A DASTReaderDecl.cpp3072 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp6012 if (FD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()
8861 !FD->doesThisDeclarationHaveABody()); in DefineDefaultedComparison()
13586 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()
13726 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()
13873 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()
14570 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()
14942 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()
15250 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()
15385 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
H A DSemaDecl.cpp1844 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()
1915 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1971 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp871 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()