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

References

tools/clang/tools/extra/clangd/Compiler.cpp
   24   Info.FormatDiagnostic(Message);
   27   if (Info.hasSourceManager() && Info.getLocation().isValid()) {
   27   if (Info.hasSourceManager() && Info.getLocation().isValid()) {
   28     auto &SourceMgr = Info.getSourceManager();
   29     auto Loc = SourceMgr.getFileLoc(Info.getLocation());