Home
last modified time | relevance | path

Searched refs:DumpDecls (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp173 bool DumpDecls, bool Deserialize, bool DumpLookups, in CreateASTDumper() argument
175 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
179 : DumpDecls ? ASTPrinter::Dump : ASTPrinter::None, in CreateASTDumper()
184 clang::CreateASTDumper(raw_ostream &Out, StringRef FilterString, bool DumpDecls, in CreateASTDumper() argument
187 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
190 : DumpDecls ? ASTPrinter::Dump in CreateASTDumper()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h35 bool DumpDecls, bool Deserialize, bool DumpLookups,
39 CreateASTDumper(raw_ostream &OS, StringRef FilterString, bool DumpDecls,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp52 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() argument
88 if (DumpDecls) { in dumpLookups()
273 bool DumpDecls, in dumpLookups() argument
281 P.dumpLookups(this, DumpDecls); in dumpLookups()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h36 void dumpLookups(const DeclContext *DC, bool DumpDecls);
H A DDeclBase.h2738 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,