Searched refs:DumpDecls (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 173 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 D | ASTConsumers.h | 35 bool DumpDecls, bool Deserialize, bool DumpLookups, 39 CreateASTDumper(raw_ostream &OS, StringRef FilterString, bool DumpDecls,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 52 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 D | ASTDumper.h | 36 void dumpLookups(const DeclContext *DC, bool DumpDecls);
|
| H A D | DeclBase.h | 2738 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,
|