Searched refs:DeclMustBeEmitted (Results 1 – 6 of 6) sorted by relevance
2137 bool DeclMustBeEmitted(const Decl *D);
1824 return Context.DeclMustBeEmitted(D); in isRequiredDecl()
1110 return !getContext().DeclMustBeEmitted(Global); in MayDeferGeneration()
976 if (!getContext().DeclMustBeEmitted(cast<VarDecl>(value))) in tryEmitAsConstant()
1227 Context.DeclMustBeEmitted(FD)) in ShouldWarnIfUnusedFileScopedDecl()1236 if (Context.DeclMustBeEmitted(VD)) in ShouldWarnIfUnusedFileScopedDecl()
7907 bool ASTContext::DeclMustBeEmitted(const Decl *D) { in DeclMustBeEmitted() function in ASTContext