Home
last modified time | relevance | path

Searched refs:ASTDumpOutputFormat (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp35 ASTDumpOutputFormat Format, StringRef FilterString, in ASTPrinter()
41 ASTPrinter(raw_ostream &Out, Kind K, ASTDumpOutputFormat Format, in ASTPrinter()
127 ASTDumpOutputFormat OutputFormat;
174 bool DumpDeclTypes, ASTDumpOutputFormat Format) { in CreateASTDumper()
186 ASTDumpOutputFormat Format) { in CreateASTDumper()
H A DCompilerInvocation.cpp3049 Opts.ASTDumpFormat = static_cast<ASTDumpOutputFormat>(Val); in ParseFrontendArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h36 bool DumpDeclTypes, ASTDumpOutputFormat Format);
41 ASTDumpOutputFormat Format);
H A DFrontendOptions.h426 ASTDumpOutputFormat ASTDumpFormat = ADOF_Default;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h21 enum ASTDumpOutputFormat { enum
H A DDeclBase.h1258 ASTDumpOutputFormat OutputFormat = ADOF_Default) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp221 ASTDumpOutputFormat Format) const { in dump()