reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/Diagnostics.cpp
  126   for (auto IncludeLocation = GetIncludeLoc(DiagLoc); IncludeLocation.isValid();
  127        IncludeLocation = GetIncludeLoc(IncludeLocation)) {
  127        IncludeLocation = GetIncludeLoc(IncludeLocation)) {
  128     if (clangd::isInsideMainFile(IncludeLocation, SM)) {
  129       IncludeInMainFile = IncludeLocation;