Searched refs:DeclMustBeEmitted (Results 1 – 6 of 6) sorted by relevance
2176 bool DeclMustBeEmitted(const Decl *D);
1833 return Context.DeclMustBeEmitted(D); in isRequiredDecl()
1155 return !getContext().DeclMustBeEmitted(Global); in MayDeferGeneration()
983 if (!getContext().DeclMustBeEmitted(cast<VarDecl>(value))) in tryEmitAsConstant()
1340 Context.DeclMustBeEmitted(FD)) in ShouldWarnIfUnusedFileScopedDecl()1349 if (Context.DeclMustBeEmitted(VD)) in ShouldWarnIfUnusedFileScopedDecl()
7877 bool ASTContext::DeclMustBeEmitted(const Decl *D) { in DeclMustBeEmitted() function in ASTContext