Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DModuleBuilder.cpp170 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
DCodeGenModule.cpp1578 if (!FD->doesThisDeclarationHaveABody()) { in EmitGlobal()
1960 if (FD->doesThisDeclarationHaveABody()) { in GetOrCreateLLVMFunction()
3961 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.cpp501 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
639 else if (D->doesThisDeclarationHaveABody() && !Policy.TerseOutput) { in VisitFunctionDecl()
DCommentSema.cpp686 FD->doesThisDeclarationHaveABody()) in checkDeprecatedCommand()
DDecl.cpp2852 assert(!doesThisDeclarationHaveABody() && in doesDeclarationForceExternallyVisibleDefinition()
2967 assert(doesThisDeclarationHaveABody() && "Must have the function definition"); in isInlineDefinitionExternallyVisible()
DASTDumper.cpp1173 if (D->doesThisDeclarationHaveABody()) in VisitFunctionDecl()
DASTContext.cpp8596 if (!FD->doesThisDeclarationHaveABody()) in DeclMustBeEmitted()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp270 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
271 if (FD->doesThisDeclarationHaveABody()) in Visit()
2182 assert(FD->doesThisDeclarationHaveABody()); in AddFunctionDefinition()
DASTReaderDecl.cpp2514 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1658 return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
/external/clang/lib/Sema/
DSemaDeclCXX.cpp4604 if (MD->doesThisDeclarationHaveABody()) in CheckAbstractClassUsage()
9199 !Constructor->doesThisDeclarationHaveABody() && in DefineImplicitDefaultConstructor()
9335 !Constructor->doesThisDeclarationHaveABody() && in DefineInheritingConstructor()
9512 !Destructor->doesThisDeclarationHaveABody() && in DefineImplicitDestructor()
10279 !CopyAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitCopyAssignment()
10707 !MoveAssignOperator->doesThisDeclarationHaveABody() && in DefineImplicitMoveAssignment()
11057 !CopyConstructor->doesThisDeclarationHaveABody() && in DefineImplicitCopyConstructor()
11239 !MoveConstructor->doesThisDeclarationHaveABody() && in DefineImplicitMoveConstructor()
DSemaDecl.cpp1376 if (D->doesThisDeclarationHaveABody()) in IsDisallowedCopyOrAssign()
1444 if (FD->doesThisDeclarationHaveABody() && in ShouldWarnIfUnusedFileScopedDecl()
/external/clang/include/clang/AST/
DDecl.h1821 bool doesThisDeclarationHaveABody() const { in doesThisDeclarationHaveABody() function
/external/clang/tools/libclang/
DCIndex.cpp830 if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) { in VisitFunctionDecl()