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.cpp168 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 DASTDumper.cpp53 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 DASTConsumers.h35 bool DumpDecls, bool Deserialize, bool DumpLookups,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h36 void dumpLookups(const DeclContext *DC, bool DumpDecls);
H A DDeclBase.h2710 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,