Searched defs:StandaloneDiagnostic (Results 1 – 1 of 1) sorted by relevance
77 struct StandaloneDiagnostic { struct78 unsigned ID;79 DiagnosticsEngine::Level Level;80 std::string Message;81 std::string Filename;82 unsigned LocOffset;83 std::vector<std::pair<unsigned, unsigned> > Ranges;84 std::vector<StandaloneFixIt> FixIts;