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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 57 RunPreprocessorOnly ///< Just lex, no output.
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 120 case RunPreprocessorOnly: return new PreprocessOnlyAction();
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 163 case RunPreprocessorOnly: return new PreprocessOnlyAction();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 781 Opts.ProgramAction = frontend::RunPreprocessorOnly; break;
    [all...]

Completed in 174 milliseconds