Searched defs:endLine (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 262 uint32_t endLine = 0; variable
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.h | 1951 unsigned endLine = 0; global() member
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1391 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 7255 clang_getDefinitionSpellingAndExtent(CXCursor C,const char ** startBuf,const char ** endBuf,unsigned * startLine,unsigned * startColumn,unsigned * endLine,unsigned * endColumn) clang_getDefinitionSpellingAndExtent() argument
|