Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Format/
H A DConfigParseTest.cpp18 void dropDiagnosticHandler(const llvm::SMDiagnostic &, void *) {} in dropDiagnosticHandler() function
/llvm-project/clang/lib/Format/
H A DFormat.cpp4055 auto dropDiagnosticHandler = [](const llvm::SMDiagnostic &, void *) {}; getStyle() local