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