Searched refs:DumpLookups (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp39 bool DumpLookups = false)
42 DumpLookups(DumpLookups) {}
82 if (DumpLookups) {
113 bool DumpLookups; member in class:__anon494::ASTPrinter
148 bool DumpDecls, bool Deserialize, bool DumpLookups,
150 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump");
155 FilterString, DumpLookups);
147 CreateASTDumper(std::unique_ptr<raw_ostream> Out, StringRef FilterString, bool DumpDecls, bool Deserialize, bool DumpLookups, ASTDumpOutputFormat Format) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h41 bool DumpDecls, bool Deserialize, bool DumpLookups,

Completed in 165 milliseconds