Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTConsumers.cpp131 bool DumpDecls, in CreateASTDumper() argument
133 assert((DumpDecls || DumpLookups) && "nothing to dump"); in CreateASTDumper()
134 return llvm::make_unique<ASTPrinter>(nullptr, DumpDecls, FilterString, in CreateASTDumper()
/external/clang/include/clang/Frontend/
DASTConsumers.h40 bool DumpDecls,
/external/clang/lib/AST/
DASTDumper.cpp233 void dumpLookups(const DeclContext *DC, bool DumpDecls);
779 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() argument
814 if (DumpDecls) { in dumpLookups()
2484 bool DumpDecls) const { in dumpLookups()
2490 P.dumpLookups(this, DumpDecls); in dumpLookups()
/external/clang/include/clang/AST/
DDeclBase.h1798 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false) const;