Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp410 unsigned FirstCol; in buildFixItLine() local
412 FirstCol = 0; in buildFixItLine()
414 FirstCol = R.Start.getPointer() - LineStart; in buildFixItLine()
423 unsigned HintCol = FirstCol; in buildFixItLine()
450 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
601 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()
606 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()
610 } else if (Col > FirstCol && in getMatchingNodes()