Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A 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;