Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp118 case RunAnalysis: return std::make_unique<ento::AnalysisAction>(); in CreateFrontendBaseAction()
120 case RunAnalysis: Action = "RunAnalysis"; break; in CreateFrontendBaseAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h127 RunAnalysis, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2395 {frontend::RunAnalysis, OPT_analyze}, in getFrontendActionTable()
4070 case frontend::RunAnalysis: in isStrictlyPreprocessorAction()