Searched refs:DumpDeclTypes (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 36 bool DumpLookups = false, bool DumpDeclTypes = false) in ASTPrinter() argument 39 DumpLookups(DumpLookups), DumpDeclTypes(DumpDeclTypes) {} in ASTPrinter() 43 bool DumpDeclTypes = false) in ASTPrinter() argument 46 DumpDeclTypes(DumpDeclTypes) {} in ASTPrinter() 105 if (DumpDeclTypes) { in print() 138 bool DumpDeclTypes; member in __anon5e8766f00111::ASTPrinter 174 bool DumpDeclTypes, ASTDumpOutputFormat Format) { in CreateASTDumper() argument 180 Format, FilterString, DumpLookups, DumpDeclTypes); in CreateASTDumper() 185 bool Deserialize, bool DumpLookups, bool DumpDeclTypes, in CreateASTDumper() argument 193 DumpDeclTypes); in CreateASTDumper()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTConsumers.h | 36 bool DumpDeclTypes, ASTDumpOutputFormat Format); 40 bool Deserialize, bool DumpLookups, bool DumpDeclTypes,
|