Searched defs:DumpDecls (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
H A DASTConsumers.cpp131 bool DumpDecls,
133 assert((DumpDecls || DumpLookups) && "nothing to dump");
134 return llvm::make_unique<ASTPrinter>(nullptr, DumpDecls, FilterString,
130 CreateASTDumper(StringRef FilterString, bool DumpDecls, bool DumpLookups) argument
/external/clang/lib/AST/
H A DASTDumper.cpp231 void dumpLookups(const DeclContext *DC, bool DumpDecls);
746 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { argument
781 if (DumpDecls) {
2335 bool DumpDecls) const {
2341 P.dumpLookups(this, DumpDecls);

Completed in 63 milliseconds