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 50 RunPreprocessorOnly ///< Just lex, no output.
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 80 case RunPreprocessorOnly: return new PreprocessOnlyAction();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 437 case frontend::RunPreprocessorOnly: return "-Eonly";
    [all...]

Completed in 58 milliseconds