Home
last modified time | relevance | path

Searched refs:ASTPrint (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp68 ASTPrint("ast-print", variable
180 if (ASTPrint) in newASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h43 ASTPrint, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp62 case frontend::ASTPrint: in IncrementalAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp47 case ASTPrint: return std::make_unique<ASTPrintAction>(); in CreateFrontendBaseAction()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DHowToSetupToolingForLLVM.rst138 if (this->ASTPrint.operator _Bool())
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2363 {frontend::ASTPrint, OPT_ast_print}, in getFrontendActionTable()
4049 case frontend::ASTPrint: in isStrictlyPreprocessorAction()