Searched refs:FirstCol (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 268 unsigned FirstCol; in buildFixItLine() local 270 FirstCol = 0; in buildFixItLine() 272 FirstCol = R.Start.getPointer() - LineStart; in buildFixItLine() 281 unsigned HintCol = FirstCol; in buildFixItLine() 309 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 295 unsigned FirstCol; in buildFixItLine() local 297 FirstCol = 0; in buildFixItLine() 299 FirstCol = R.Start.getPointer() - LineStart; in buildFixItLine() 308 unsigned HintCol = FirstCol; in buildFixItLine() 336 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
|
/external/llvm-project/llvm/lib/Support/ |
D | SourceMgr.cpp | 404 unsigned FirstCol; in buildFixItLine() local 406 FirstCol = 0; in buildFixItLine() 408 FirstCol = R.Start.getPointer() - LineStart; in buildFixItLine() 417 unsigned HintCol = FirstCol; in buildFixItLine() 445 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
|
/external/llvm-project/clang/lib/Tooling/ASTDiff/ |
D | ASTDiff.cpp | 590 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()
|
/external/starlark-go/syntax/ |
D | scan.go | 192 FirstLine, FirstCol int32 member 264 firstLine, firstCol = portion.FirstLine, portion.FirstCol
|
D | parse_test.go | 454 fp := syntax.FilePortion{Content: []byte("print(x.f)"), FirstLine: 2, FirstCol: 4}
|