Searched refs:endLine (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/ |
| H A D | sarif-multi-diagnostic-test.c.sarif | 36 "endLine": 39, 55 "endLine": 11, 75 "endLine": 11, 106 "endLine": 40, 125 "endLine": 15, 144 "endLine": 16, 164 "endLine": 16, 195 "endLine": 20, 281 "endLine": 26, 300 "endLine": 27, [all …]
|
| H A D | sarif-diagnostics-taint-test.c.sarif | 36 "endLine": 13, 55 "endLine": 9, 75 "endLine": 9,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SemanticSelection.cpp | 55 Range.endLine = SM.getLineNumber(End.first, End.second) - 1; in toFoldingRange() 81 if (Range && Range->startLine != Range->endLine) in extractFoldingRange() 208 FR.endLine = End.line; in getFoldingRanges()
|
| H A D | Protocol.h | 1784 unsigned endLine = 0; member
|
| H A D | Protocol.cpp | 1448 {"endLine", Range.endLine}, in toJSON()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SemanticSelectionTests.cpp | 45 NextRange.end.line = R.endLine; in gatherFoldingRanges()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 258 uint32_t endLine = 0; variable
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 138 fn->endLine = buf.getWord(); in readGCNO()
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 5177 unsigned *startColumn, unsigned *endLine, unsigned *endColumn);
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 1337 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local 1347 &endLine, &endColumn); in FunctionScanVisitor()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6932 unsigned *startColumn, unsigned *endLine, unsigned *endColumn) { in clang_getDefinitionSpellingAndExtent() argument 6942 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()
|