Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Core/
DDiagnostic.h51 struct FileByteRange { struct
77 const SmallVector<FileByteRange, 1> &Ranges); argument
/external/llvm-project/clang/lib/Tooling/Core/
DDiagnostic.cpp38 FileByteRange::FileByteRange( in FileByteRange() function in clang::tooling::FileByteRange
57 const SmallVector<FileByteRange, 1> &Ranges) in Diagnostic()
/external/llvm-project/clang/unittests/Tooling/
DDiagnosticsYamlTest.cpp48 const SmallVector<FileByteRange, 1> &Ranges) { in makeDiagnostic()