Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp217 DiagnosticOptions *diagOpts, in emitPremigrationErrors() argument
219 TextDiagnosticPrinter printer(llvm::errs(), diagOpts); in emitPremigrationErrors()
222 new DiagnosticsEngine(DiagID, diagOpts, &printer, in emitPremigrationErrors()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4977 const DiagnosticOptions &diagOpts = getDiagnosticOpts(); in getModuleHash() local
4978 #define DIAGOPT(Name, Bits, Default) HBuilder.add(diagOpts.Name); in getModuleHash()
4980 HBuilder.add(diagOpts.get##Name()); in getModuleHash()