Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DModuleBuilder.cpp109 assert(D->doesThisDeclarationHaveABody()); in HandleInlineMethodDefinition()
DCodeGenModule.cpp1241 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()
1525 } else if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
/external/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp102 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/external/clang/lib/Frontend/
DASTConsumers.cpp254 if (FD->doesThisDeclarationHaveABody()) in PrintDeclContext()
/external/clang/lib/AST/
DDeclPrinter.cpp436 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
574 else if (D->doesThisDeclarationHaveABody() && !Policy.TerseOutput) { in VisitFunctionDecl()
DCommentSema.cpp688 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
DDecl.cpp2695 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()
2792 assert(doesThisDeclarationHaveABody() && "Must have the function definition"); in isInlineDefinitionExternallyVisible()
DASTDumper.cpp941 bool HasDeclarationBody = D->doesThisDeclarationHaveABody(); in VisitFunctionDecl()
DASTContext.cpp7905 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp135 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
158 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
159 if (FD->doesThisDeclarationHaveABody()) in Visit()
DASTReaderDecl.cpp2194 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp4369 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()
8471 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()
8812 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()
8929 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()
9609 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()
10022 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()
10355 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()
10520 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
DSemaDecl.cpp1271 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()
1339 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
/external/clang/include/clang/AST/
DDecl.h1671 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/external/clang/tools/libclang/
DCIndex.cpp815 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()