Searched refs:DumpDecls (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 168 bool DumpDecls, bool Deserialize, bool DumpLookups, in CreateASTDumper() argument 170 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper() 174 : DumpDecls ? ASTPrinter::Dump : ASTPrinter::None, in CreateASTDumper()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDumper.cpp | 53 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() argument 89 if (DumpDecls) { in dumpLookups() 274 bool DumpDecls, in dumpLookups() argument 282 P.dumpLookups(this, DumpDecls); in dumpLookups()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTConsumers.h | 35 bool DumpDecls, bool Deserialize, bool 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 | 2710 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,
|