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.cpp38 ASTDumpOutputFormat Format, StringRef FilterString, in ASTPrinter()
122 ASTDumpOutputFormat OutputFormat;
169 bool DumpDeclTypes, ASTDumpOutputFormat Format) { in CreateASTDumper()
H A DCompilerInvocation.cpp2873 Opts.ASTDumpFormat = static_cast<ASTDumpOutputFormat>(Val); in ParseFrontendArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h36 bool DumpDeclTypes, ASTDumpOutputFormat Format);
H A DFrontendOptions.h425 ASTDumpOutputFormat ASTDumpFormat = ADOF_Default;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h21 enum ASTDumpOutputFormat { enum
H A DDeclBase.h1250 ASTDumpOutputFormat OutputFormat = ADOF_Default) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp222 ASTDumpOutputFormat Format) const { in dump()