Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h393 DiagState *getCurDiagState() const { return CurDiagState; } in getCurDiagState() function
460 return DiagStatesByLoc.getCurDiagState(); in GetCurDiagState()
469 : DiagStatesByLoc.getCurDiagState(); in GetDiagStateForLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp384 DiagStatesByLoc.getCurDiagState()) { in setSeverity()
389 DiagStatesByLoc.getCurDiagState()->setMapping(Diag, Mapping); in setSeverity()