Home
last modified time | relevance | path

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

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