Home
last modified time | relevance | path

Searched refs:ASTDumpFormat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h426 ASTDumpOutputFormat ASTDumpFormat = ADOF_Default; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp109 Opts.ASTDumpFormat); in CreateASTConsumer()
H A DCompilerInvocation.cpp2888 if (Opts.ASTDumpFormat != ADOF_Default) { in GenerateFrontendArgs()
2890 switch (Opts.ASTDumpFormat) { in GenerateFrontendArgs()
3049 Opts.ASTDumpFormat = static_cast<ASTDumpOutputFormat>(Val); in ParseFrontendArgs()
3053 Opts.ASTDumpFormat = ADOF_Default; in ParseFrontendArgs()