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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 56 RunPreprocessorOnly ///< Just lex, no output.
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 116 case RunPreprocessorOnly: return new PreprocessOnlyAction();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 663 Opts.ProgramAction = frontend::RunPreprocessorOnly; break;
    [all...]

Completed in 48 milliseconds