Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h310 ASTDumpOutputFormat ASTDumpFormat = ADOF_Default; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp83 Opts.ASTDumpFormat); in CreateASTConsumer()
H A DCompilerInvocation.cpp2463 if (Opts.ASTDumpFormat != ADOF_Default) { in GenerateFrontendArgs()
2465 switch (Opts.ASTDumpFormat) { in GenerateFrontendArgs()
2612 Opts.ASTDumpFormat = static_cast<ASTDumpOutputFormat>(Val); in ParseFrontendArgs()
2616 Opts.ASTDumpFormat = ADOF_Default; in ParseFrontendArgs()