Home
last modified time | relevance | path

Searched refs:ASTView (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendOptions.h30 ASTView, ///< Parse ASTs and view them in Graphviz. enumerator
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp43 case ASTView: return new ASTViewAction(); in CreateFrontendBaseAction()
/external/lldb/source/Expression/
DClangExpressionParser.cpp123 case ASTView: return new ASTViewAction(); in CreateFrontendBaseAction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp726 Opts.ProgramAction = frontend::ASTView; break; in ParseFrontendArgs()
1731 case frontend::ASTView: in ParsePreprocessorOutputArgs()