Home
last modified time | relevance | path

Searched refs:FirstCol (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp414 unsigned FirstCol; in buildFixItLine() local
416 FirstCol = 0; in buildFixItLine()
418 FirstCol = R.Start.getPointer() - LineStart; in buildFixItLine()
427 unsigned HintCol = FirstCol; in buildFixItLine()
454 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp589 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
600 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()
605 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()
609 } else if (Col > FirstCol && in getMatchingNodes()