HomeSort by relevance Sort by last modified time
    Searched refs:ASTDump (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/clang-check/
ClangCheck.cpp 53 static cl::opt<bool> ASTDump(
136 if (ASTDump)
  /external/clang/include/clang/Frontend/
FrontendOptions.h 28 ASTDump, ///< Parse ASTs and dump them.
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 38 case ASTDump: return new ASTDumpAction();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 606 Opts.ProgramAction = frontend::ASTDump; break;
    [all...]

Completed in 762 milliseconds