Home
last modified time | relevance | path

Searched defs:endLine (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h262 uint32_t endLine = 0; variable
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h1951 unsigned endLine = 0; global() member
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c1391 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp7255 clang_getDefinitionSpellingAndExtent(CXCursor C,const char ** startBuf,const char ** endBuf,unsigned * startLine,unsigned * startColumn,unsigned * endLine,unsigned * endColumn) clang_getDefinitionSpellingAndExtent() argument