Searched refs:dumpLookups (Results 1 – 3 of 3) sorted by relevance
233 void dumpLookups(const DeclContext *DC, bool DumpDecls);779 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() function in ASTDumper2479 LLVM_DUMP_METHOD void DeclContext::dumpLookups() const { in dumpLookups() function in DeclContext2480 dumpLookups(llvm::errs()); in dumpLookups()2483 LLVM_DUMP_METHOD void DeclContext::dumpLookups(raw_ostream &OS, in dumpLookups() function in DeclContext2490 P.dumpLookups(this, DumpDecls); in dumpLookups()
84 DC->dumpLookups(Out, Dump); in print()
1797 void dumpLookups() const;1798 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false) const;