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.cpp36 bool DumpLookups = false, bool DumpDeclTypes = false) in ASTPrinter() argument
39 DumpLookups(DumpLookups), DumpDeclTypes(DumpDeclTypes) {} in ASTPrinter()
42 StringRef FilterString, bool DumpLookups = false, in ASTPrinter() argument
45 FilterString(FilterString), DumpLookups(DumpLookups), in ASTPrinter()
89 if (DumpLookups) { in print()
135 bool DumpLookups; member in __anon5e8766f00111::ASTPrinter
173 bool DumpDecls, bool Deserialize, bool DumpLookups, in CreateASTDumper() argument
175 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
180 Format, FilterString, DumpLookups, DumpDeclTypes); in CreateASTDumper()
185 bool Deserialize, bool DumpLookups, bool DumpDeclTypes, in CreateASTDumper() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h35 bool DumpDecls, bool Deserialize, bool DumpLookups,
40 bool Deserialize, bool DumpLookups, bool DumpDeclTypes,