Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp39 bool DumpLookups = false, bool DumpDeclTypes = false) in ASTPrinter() argument
42 DumpLookups(DumpLookups), DumpDeclTypes(DumpDeclTypes) {} in ASTPrinter()
85 if (DumpLookups) { in print()
130 bool DumpLookups; member in __anon5e8766f00111::ASTPrinter
168 bool DumpDecls, bool Deserialize, bool DumpLookups, in CreateASTDumper() argument
170 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
175 Format, FilterString, DumpLookups, DumpDeclTypes); in CreateASTDumper()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h35 bool DumpDecls, bool Deserialize, bool DumpLookups,