Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp60 ASTDump("ast-dump", variable
173 if (ASTDump) in newASTConsumer()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h40 ASTDump, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp60 case frontend::ASTDump: in IncrementalAction()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-diff/
H A DClangDiff.cpp26 ASTDump("ast-dump", variable
/netbsd/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp46 case ASTDump: return std::make_unique<ASTDumpAction>(); in CreateFrontendBaseAction()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2356 {frontend::ASTDump, OPT_ast_dump_all_EQ}, in getFrontendActionTable()
2357 {frontend::ASTDump, OPT_ast_dump_all}, in getFrontendActionTable()
2358 {frontend::ASTDump, OPT_ast_dump_EQ}, in getFrontendActionTable()
2359 {frontend::ASTDump, OPT_ast_dump}, in getFrontendActionTable()
2360 {frontend::ASTDump, OPT_ast_dump_lookups}, in getFrontendActionTable()
2361 {frontend::ASTDump, OPT_ast_dump_decl_types}, in getFrontendActionTable()
2458 if (Opts.ProgramAction == frontend::ASTDump) { in GenerateFrontendArgs()
2604 if (ProgramAction == frontend::ASTDump && in ParseFrontendArgs()
4048 case frontend::ASTDump: in isStrictlyPreprocessorAction()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DHowToSetupToolingForLLVM.rst135 if (this->ASTDump.operator _Bool())