Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h97 struct StandaloneDiagnostic { struct
98 unsigned ID;
99 DiagnosticsEngine::Level Level;
100 std::string Message;
101 std::string Filename;
102 unsigned LocOffset;
103 std::vector<std::pair<unsigned, unsigned>> Ranges;
104 std::vector<StandaloneFixIt> FixIts;