Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro2/src/
Dlib.rs330 pub struct LineColumn { struct
340 impl Ord for LineColumn { argument
349 impl PartialOrd for LineColumn { implementation
459 pub fn start(&self) -> LineColumn { in start()
475 pub fn end(&self) -> LineColumn { in end()
Dfallback.rs288 pub(crate) struct LineColumn { struct
289 pub line: usize,
290 pub column: usize,
317 fn offset_line_column(&self, offset: usize) -> LineColumn { in offset_line_column()
456 pub fn start(&self) -> LineColumn { in start()
465 pub fn end(&self) -> LineColumn { in end()
Dwrapper.rs395 pub(crate) struct LineColumn { struct
396 pub line: usize,
397 pub column: usize,
477 pub fn start(&self) -> LineColumn { in start()
494 pub fn end(&self) -> LineColumn { in end()
/external/llvm-project/clang/tools/clang-refactor/
DTestSupport.cpp218 std::pair<unsigned, unsigned> LineColumn = getLineColumn( in handleAllResults() local
/external/llvm-project/clang/lib/Format/
DBreakableToken.cpp953 unsigned LineColumn = in adaptStartOfLine() local