Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp37 struct NormalizedRange { struct
38 NormalizedRange(const IO &) : Offset(0), Length(0) {} in NormalizedRange() function
40 NormalizedRange(const IO &, const tooling::Range &R) in NormalizedRange() function
43 tooling::Range denormalize(const IO &) { in denormalize()
47 unsigned Offset;
48 unsigned Length;