Searched defs:StandaloneDiagnostic (Results 1 – 1 of 1) sorted by relevance
97 struct StandaloneDiagnostic { struct98 unsigned ID;99 DiagnosticsEngine::Level Level;100 std::string Message;101 std::string Filename;102 unsigned LocOffset;103 std::vector<std::pair<unsigned, unsigned>> Ranges;104 std::vector<StandaloneFixIt> FixIts;