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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 44 PrintPreprocessedInput, ///< -E mode.
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 74 case PrintPreprocessedInput: return new PrintPreprocessedAction();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 431 case frontend::PrintPreprocessedInput: return "-E";
    [all...]

Completed in 149 milliseconds