Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp38 ASTDumpOutputFormat Format, StringRef FilterString, in ASTPrinter()
119 ASTDumpOutputFormat OutputFormat;
166 bool DumpDeclTypes, ASTDumpOutputFormat Format) { in CreateASTDumper()
H A DCompilerInvocation.cpp2612 Opts.ASTDumpFormat = static_cast<ASTDumpOutputFormat>(Val); in ParseFrontendArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTConsumers.h42 bool DumpDeclTypes, ASTDumpOutputFormat Format);
H A DFrontendOptions.h310 ASTDumpOutputFormat ASTDumpFormat = ADOF_Default;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDumperUtils.h21 enum ASTDumpOutputFormat { enum
H A DDeclBase.h1178 ASTDumpOutputFormat OutputFormat = ADOF_Default) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp189 ASTDumpOutputFormat Format) const { in dump()