Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp53 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() function in ASTDumper
269 LLVM_DUMP_METHOD void DeclContext::dumpLookups() const { in dumpLookups() function in DeclContext
270 dumpLookups(llvm::errs()); in dumpLookups()
273 LLVM_DUMP_METHOD void DeclContext::dumpLookups(raw_ostream &OS, in dumpLookups() function in DeclContext
282 P.dumpLookups(this, DumpDecls); in dumpLookups()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h36 void dumpLookups(const DeclContext *DC, bool DumpDecls);
H A DDeclBase.h2709 void dumpLookups() const;
2710 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp88 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull); in print()