Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Info

113                                             const Diagnostic &Info) {
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
118 if (MainFilename.empty() && Info.hasSourceManager()) {
119 const SourceManager &SM = Info.getSourceManager();
130 DE.DiagnosticID = Info.getID();
137 Info.FormatDiagnostic(MessageStr);
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
144 const SourceManager &SM = Info.getSourceManager();
145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
149 FileID FID = SM.getFileID(Info.getLocation());