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.h425 ASTDumpOutputFormat ASTDumpFormat = ADOF_Default; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp109 Opts.ASTDumpFormat); in CreateASTConsumer()
H A DCompilerInvocation.cpp2709 if (Opts.ASTDumpFormat != ADOF_Default) { in GenerateFrontendArgs()
2711 switch (Opts.ASTDumpFormat) { in GenerateFrontendArgs()
2873 Opts.ASTDumpFormat = static_cast<ASTDumpOutputFormat>(Val); in ParseFrontendArgs()
2877 Opts.ASTDumpFormat = ADOF_Default; in ParseFrontendArgs()