Home
last modified time | relevance | path

Searched refs:DumpDeclTypes (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()
101 if (DumpDeclTypes) { in print()
133 bool DumpDeclTypes; member in __anon5e8766f00111::ASTPrinter
169 bool DumpDeclTypes, ASTDumpOutputFormat Format) { in CreateASTDumper() argument
175 Format, FilterString, DumpLookups, DumpDeclTypes); in CreateASTDumper()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h36 bool DumpDeclTypes, ASTDumpOutputFormat Format);