Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp4299 auto dropDiagnosticHandler = [](const llvm::SMDiagnostic &, void *) {}; in getStyle() local
4305 DiagHandler ? DiagHandler : dropDiagnosticHandler); in getStyle()