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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /external/clang/tools/driver/
driver.cpp 332 // Note that ParseDiagnosticArgs() uses the cc1 option table.
337 // We ignore MissingArgCount and the return value of ParseDiagnosticArgs.
340 (void) ParseDiagnosticArgs(*DiagOpts, *Args);
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 521 bool clang::ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args,
    [all...]

Completed in 831 milliseconds