Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp96 void dumpLookups(const DeclContext *DC, bool DumpDecls);
374 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups() function in ASTDumper
1586 LLVM_DUMP_METHOD void DeclContext::dumpLookups() const { in dumpLookups() function in DeclContext
1587 dumpLookups(llvm::errs()); in dumpLookups()
1590 LLVM_DUMP_METHOD void DeclContext::dumpLookups(raw_ostream &OS, in dumpLookups() function in DeclContext
1601 P.dumpLookups(this, DumpDecls); in dumpLookups()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp84 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull); in print()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h2357 void dumpLookups() const;
2358 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,