Searched defs:StandaloneDiagnostic (Results 1 – 2 of 2) sorted by relevance
98 struct StandaloneDiagnostic { struct99 unsigned ID;100 DiagnosticsEngine::Level Level;101 std::string Message;102 std::string Filename;103 unsigned LocOffset;104 std::vector<std::pair<unsigned, unsigned>> Ranges;105 std::vector<StandaloneFixIt> FixIts;
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;