Home
last modified time | relevance | path

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

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