Home
last modified time | relevance | path

Searched defs:StandaloneDiagnostic (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Frontend/
DASTUnit.h75 struct StandaloneDiagnostic { struct
76 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;