Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h98 struct StandaloneDiagnostic { struct
99 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;
/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;