Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.cpp623 LastDiag = Diag(); in HandleDiagnostic()
626 LastDiag->ID = Info.getID(); in HandleDiagnostic()
627 fillNonLocationData(DiagLevel, Info, *LastDiag); in HandleDiagnostic()
628 LastDiag->InsideMainFile = true; in HandleDiagnostic()
630 LastDiag->Range.start = Position{0, 0}; in HandleDiagnostic()
631 LastDiag->Range.end = Position{0, 0}; in HandleDiagnostic()
717 LastDiag->Fixes.push_back( in HandleDiagnostic()
735 LastDiag = Diag(); in HandleDiagnostic()
736 FillDiagBase(*LastDiag); in HandleDiagnostic()
744 LastDiag->Fixes.insert(LastDiag->Fixes.end(), ExtraFixes.begin(), in HandleDiagnostic()
[all …]
DDiagnostics.h153 llvm::Optional<Diag> LastDiag; variable