Home
last modified time | relevance | path

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

/freebsd-13.1/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()
98 if (DumpDeclTypes) { in print()
130 bool DumpDeclTypes; member in __anon94ad67a40111::ASTPrinter
166 bool DumpDeclTypes, ASTDumpOutputFormat Format) { in CreateASTDumper() argument
172 Format, FilterString, DumpLookups, DumpDeclTypes); in CreateASTDumper()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h42 bool DumpDeclTypes, ASTDumpOutputFormat Format);