Searched refs:diagOpts (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp218 DiagnosticOptions *diagOpts,
220 TextDiagnosticPrinter printer(llvm::errs(), diagOpts); local
223 new DiagnosticsEngine(DiagID, diagOpts, &printer,
217 emitPremigrationErrors(const CapturedDiagList &arcDiags, DiagnosticOptions *diagOpts, Preprocessor &PP) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3707 const DiagnosticOptions &diagOpts = getDiagnosticOpts(); local
3709 code = hash_combine(code, diagOpts.Name);
3711 code = hash_combine(code, diagOpts.get##Name());

Completed in 119 milliseconds