Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h438 bool isQuiet() const { return Quiet; } in isQuiet() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h75 bool isQuiet() const { return Diag.getDiagID() == 0; } in isQuiet() function