Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp25 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() function in ASTDumper
211 LLVM_DUMP_METHOD void DeclContext::dumpLookups() const { in dumpLookups() function in DeclContext
212 dumpLookups(llvm::errs()); in dumpLookups()
215 LLVM_DUMP_METHOD void DeclContext::dumpLookups(raw_ostream &OS, in dumpLookups() function in DeclContext
224 P.dumpLookups(this, DumpDecls); in dumpLookups()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDumper.h35 void dumpLookups(const DeclContext *DC, bool DumpDecls);
H A DDeclBase.h2469 void dumpLookups() const;
2470 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp85 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull); in print()