Home
last modified time | relevance | path

Searched refs:DeclMustBeEmitted (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h2176 bool DeclMustBeEmitted(const Decl *D);
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1833 return Context.DeclMustBeEmitted(D); in isRequiredDecl()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1155 return !getContext().DeclMustBeEmitted(Global); in MayDeferGeneration()
DCGExpr.cpp983 if (!getContext().DeclMustBeEmitted(cast<VarDecl>(value))) in tryEmitAsConstant()
/external/clang/lib/Sema/
DSemaDecl.cpp1340 Context.DeclMustBeEmitted(FD)) in ShouldWarnIfUnusedFileScopedDecl()
1349 if (Context.DeclMustBeEmitted(VD)) in ShouldWarnIfUnusedFileScopedDecl()
/external/clang/lib/AST/
DASTContext.cpp7877 bool ASTContext::DeclMustBeEmitted(const Decl *D) { in DeclMustBeEmitted() function in ASTContext