Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h30 struct FileByteRange { struct
35 std::string FilePath;
36 unsigned FileOffset;
37 unsigned Length;
/llvm-project/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp26 const SmallVector<FileByteRange, 1> &Ranges) { in makeMessage() argument
50 const SmallVector<FileByteRange, 1> &Ranges, in makeDiagnostic() argument
/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp38 FileByteRange::FileByteRange( in FileByteRange() function in clang::tooling::FileByteRange