reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114 DiagnosticConsumer::HandleDiagnostic(Level, Info); 117 if (MainFilename.empty() && Info.hasSourceManager()) { 118 const SourceManager &SM = Info.getSourceManager(); 129 DE.DiagnosticID = Info.getID(); 136 Info.FormatDiagnostic(MessageStr); 142 if (Info.getLocation().isValid() && Info.hasSourceManager()) { 142 if (Info.getLocation().isValid() && Info.hasSourceManager()) { 143 const SourceManager &SM = Info.getSourceManager(); 144 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); 148 FileID FID = SM.getFileID(Info.getLocation());