Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Info

164                         const Diagnostic &Info) override;
596 const Diagnostic &Info) {
610 Info.FormatDiagnostic(State->diagBuf);
612 if (Info.getLocation().isInvalid()) {
623 State->diagBuf, nullptr, &Info);
631 assert(Info.hasSourceManager() && LangOpts &&
634 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel,
636 Info.getRanges(),
637 Info.getFixItHints(),
638 &Info.getSourceManager(),
639 &Info);
673 if (const Diagnostic *Info = D.dyn_cast<const Diagnostic*>()) {
675 unsigned DiagID = DiagnosticIDs::getCategoryNumberForDiag(Info->getID());
678 Record.push_back(getEmitDiagnosticFlag(Level, Info->getID()));