Searched defs:StandaloneDiagnostic (Results 1 – 1 of 1) 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;