Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp200 void buildInlayHints(llvm::Optional<Range> LineRange) { in buildInlayHints()
210 void testLocationFeatures(llvm::Optional<Range> LineRange, in testLocationFeatures()
275 bool check(llvm::StringRef File, llvm::Optional<Range> LineRange, in check()
/llvm-project-15.0.7/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-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.h34 typedef std::pair<unsigned, unsigned> LineRange; typedef
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp221 std::pair<StringRef, StringRef> LineRange = Input.split(':'); in parseLineRange() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h87 uint8_t LineRange; member
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h147 uint8_t LineRange; member
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp1150 uint8_t LineRange; member