Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp54 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() argument
90 if (DumpDecls) { in dumpLookups()
262 bool DumpDecls, in dumpLookups() argument
270 P.dumpLookups(this, DumpDecls); in dumpLookups()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h35 bool DumpDecls, bool Deserialize, bool DumpLookups,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h36 void dumpLookups(const DeclContext *DC, bool DumpDecls);
H A DDeclBase.h2692 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,