Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/
H A DDiagnostic.h30 struct FileByteRange { struct
35 std::string FilePath;
36 unsigned FileOffset;
37 unsigned Length;
/openbsd-src/gnu/llvm/clang/lib/Tooling/Core/
H A DDiagnostic.cpp38 FileByteRange::FileByteRange( in FileByteRange() function in clang::tooling::FileByteRange