Home
last modified time | relevance | path

Searched defs:startLine (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h260 uint32_t startLine = 0; variable
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h428 virtual raw_ostream &startLine() { startLine() function
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h1949 unsigned startLine = 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.cpp7254 clang_getDefinitionSpellingAndExtent(CXCursor C,const char ** startBuf,const char ** endBuf,unsigned * startLine,unsigned * startColumn,unsigned * endLine,unsigned * endColumn) clang_getDefinitionSpellingAndExtent() argument