Home
last modified time | relevance | path

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 Dsarif-multi-diagnostic-test.c.sarif36 "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 Dsarif-diagnostics-taint-test.c.sarif36 "endLine": 13,
55 "endLine": 9,
75 "endLine": 9,
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticSelection.cpp55 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 DProtocol.h1784 unsigned endLine = 0; member
H A DProtocol.cpp1448 {"endLine", Range.endLine}, in toJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSemanticSelectionTests.cpp45 NextRange.end.line = R.endLine; in gatherFoldingRanges()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h258 uint32_t endLine = 0; variable
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp138 fn->endLine = buf.getWord(); in readGCNO()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h5177 unsigned *startColumn, unsigned *endLine, unsigned *endColumn);
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1337 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 DCIndex.cpp6932 unsigned *startColumn, unsigned *endLine, unsigned *endColumn) { in clang_getDefinitionSpellingAndExtent() argument
6942 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()