Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp41 int64_t LineRange = MaxLineDelta - MinLineDelta + 1; in encodeSpecial() local
65 int64_t LineRange = MaxDelta - MinDelta + 1; in parse() local
172 auto LineRange = DeltaInfos[J].Delta - FirstDelta; in encode() local
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp365 buildInlayHints(std::optional<Range> LineRange) buildInlayHints() argument
380 buildSemanticHighlighting(std::optional<Range> LineRange) buildSemanticHighlighting() argument
390 testLocationFeatures(std::optional<Range> LineRange) testLocationFeatures() argument
456 std::optional<Range> LineRange; check() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.h33 /// LineRange is a pair<start, end> (inclusive). member
/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp962 struct LineRange { struct
969 static void highlightRange(const LineRange &R, const SourceColumnMap &Map, in highlightRange() argument
/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp229 std::pair<StringRef, StringRef> LineRange = Input.split(':'); parseLineRange() local
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h86 uint8_t LineRange; member
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h170 uint8_t LineRange; global() member
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp1247 uint8_t LineRange; member