Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp192 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
H A DCodeGenModule.cpp2899 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()
3627 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
5948 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
H A DItaniumCXXABI.cpp1846 FD->doesThisDeclarationHaveABody()) in CXXRecordAllNonInlineVirtualsHaveAttr()
H A DTargetInfo.cpp848 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp110 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp482 cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) || in VisitDeclContext()
484 cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody()))) in VisitDeclContext()
687 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
774 else if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DDecl.cpp2925 if (I->doesThisDeclarationHaveABody()) { in hasBody()
3448 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()
3475 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3477 if (Prev->doesThisDeclarationHaveABody()) { in doesDeclarationForceExternallyVisibleDefinition()
3500 FoundBody |= Prev->doesThisDeclarationHaveABody(); in doesDeclarationForceExternallyVisibleDefinition()
3568 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()
H A DCommentSema.cpp691 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
H A DDeclCXX.cpp2497 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DASTImporter.cpp277 if (D->doesThisDeclarationHaveABody() && in FindAndMapDefinition()
3327 if (!D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
3543 if (D->doesThisDeclarationHaveABody()) { in VisitFunctionDecl()
H A DASTContext.cpp10908 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h415 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
H A DDecl.h2122 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()
2132 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp284 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
285 if (FD->doesThisDeclarationHaveABody()) in Visit()
2443 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
H A DASTReaderDecl.cpp2856 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp5885 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()
8591 !FD->doesThisDeclarationHaveABody()); in DefineDefaultedComparison()
13084 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()
13223 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()
13370 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()
14068 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()
14435 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()
14737 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()
14871 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
H A DSemaDecl.cpp1634 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()
1705 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1999 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp865 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()