Searched refs:ParseDiagnosticArgs (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
/external/clang/tools/driver/
H A Ddriver.cpp332 // 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/
H A DCompilerInvocation.cpp521 bool clang::ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args, function in class:clang
1582 Success = ParseDiagnosticArgs(Res.getDiagnosticOpts(), *Args, &Diags)

Completed in 1702 milliseconds