Home
last modified time | relevance | path

Searched refs:dumpLookups (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DASTDumper.cpp231 void dumpLookups(const DeclContext *DC, bool DumpDecls);
746 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() function in ASTDumper
2330 LLVM_DUMP_METHOD void DeclContext::dumpLookups() const { in dumpLookups() function in DeclContext
2331 dumpLookups(llvm::errs()); in dumpLookups()
2334 LLVM_DUMP_METHOD void DeclContext::dumpLookups(raw_ostream &OS, in dumpLookups() function in DeclContext
2341 P.dumpLookups(this, DumpDecls); in dumpLookups()
/external/clang/lib/Frontend/
DASTConsumers.cpp84 DC->dumpLookups(Out, Dump); in print()
/external/clang/include/clang/AST/
DDeclBase.h1778 void dumpLookups() const;
1779 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false) const;