Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h75 bool isQuiet() const { return Diag.getDiagID() == 0; } in isQuiet() function
100 assert(isQuiet() && "partial diagnostic already defined"); in setDiag()
104 assert(isQuiet() && "partial diagnostic already defined"); in setDiag()
/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/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp499 if (!Gsym.isQuiet()) { in handleDie()
538 if (WarnIfEmpty && !Gsym.isQuiet()) in handleDie()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1447 if (!Entity.isQuiet()) in CheckEffectiveAccess()