Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h240 bool ShouldShowInSystemHeader() const { return ShowInSystemHeader; } in ShouldShowInSystemHeader() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp553 CustomDiagInfo->getDescription(DiagID).ShouldShowInSystemHeader(); in getDiagnosticSeverity()