Home
last modified time | relevance | path

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

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