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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 43 PrintPreamble, ///< Print the "preamble" of the input file
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 73 case PrintPreamble: return new PrintPreambleAction();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 430 case frontend::PrintPreamble: return "-print-preamble";
    [all...]

Completed in 191 milliseconds