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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp25 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { function in class:ASTDumper
207 LLVM_DUMP_METHOD void DeclContext::dumpLookups() const { function in class:DeclContext
208 dumpLookups(llvm::errs());
211 LLVM_DUMP_METHOD void DeclContext::dumpLookups(raw_ostream &OS, function in class:DeclContext
222 P.dumpLookups(this, DumpDecls);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h41 void dumpLookups(const DeclContext *DC, bool DumpDecls);
H A DDeclBase.h2394 void dumpLookups() const;
2395 void dumpLookups(llvm::raw_ostream &OS, bool DumpDecls = false,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp85 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull);

Completed in 118 milliseconds