Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnosticIDs.cpp520 DiagnosticsEngine::DiagState *State = Diag.GetDiagStateForLoc(Loc); in getDiagnosticSeverity()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h462 DiagState *GetDiagStateForLoc(SourceLocation Loc) const { in GetDiagStateForLoc() function