Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DModuleBuilder.cpp147 assert(D->doesThisDeclarationHaveABody()); in HandleInlineMethodDefinition()
DCodeGenModule.cpp1496 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()
1865 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
3650 if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody()) in AddDeferredUnusedCoverageMapping()
/external/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp102 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/external/clang/lib/Frontend/
DASTConsumers.cpp263 if (FD->doesThisDeclarationHaveABody()) in PrintDeclContext()
/external/clang/lib/AST/
DDeclPrinter.cpp493 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
631 else if (D->doesThisDeclarationHaveABody() && !Policy.TerseOutput) { in VisitFunctionDecl()
DCommentSema.cpp688 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
DDecl.cpp2771 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()
2880 assert(doesThisDeclarationHaveABody() && "Must have the function definition"); in isInlineDefinitionExternallyVisible()
DASTDumper.cpp1143 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
DASTContext.cpp8422 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp152 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
271 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
272 if (FD->doesThisDeclarationHaveABody()) in Visit()
DASTReaderDecl.cpp2415 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp4628 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()
8943 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()
9289 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()
9412 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()
10152 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()
10579 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()
10926 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()
11105 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
DSemaDecl.cpp1336 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()
1404 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
/external/clang/include/clang/AST/
DDecl.h1785 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/external/clang/tools/libclang/
DCIndex.cpp826 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()