Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp403 unsigned FirstCol; in buildFixItLine() local
405 FirstCol = 0; in buildFixItLine()
407 FirstCol = R.Start.getPointer() - LineStart; in buildFixItLine()
416 unsigned HintCol = FirstCol; in buildFixItLine()
443 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/netbsd-src/external/apache2/llvm/dist/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()