Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h2137 bool DeclMustBeEmitted(const Decl *D);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp1824 return Context.DeclMustBeEmitted(D); in isRequiredDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp1110 return !getContext().DeclMustBeEmitted(Global); in MayDeferGeneration()
DCGExpr.cpp976 if (!getContext().DeclMustBeEmitted(cast<VarDecl>(value))) in tryEmitAsConstant()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp1227 Context.DeclMustBeEmitted(FD)) in ShouldWarnIfUnusedFileScopedDecl()
1236 if (Context.DeclMustBeEmitted(VD)) in ShouldWarnIfUnusedFileScopedDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp7907 bool ASTContext::DeclMustBeEmitted(const Decl *D) { in DeclMustBeEmitted() function in ASTContext