clang-tools
11.0.0
|
Stores information about a region of code that can be folded. More...
#include <Protocol.h>
Public Attributes | |
unsigned | startLine = 0 |
unsigned | startCharacter |
unsigned | endLine = 0 |
unsigned | endCharacter |
llvm::Optional< std::string > | kind |
Stores information about a region of code that can be folded.
Definition at line 1521 of file Protocol.h.
unsigned clang::clangd::FoldingRange::endCharacter |
Definition at line 1525 of file Protocol.h.
unsigned clang::clangd::FoldingRange::endLine = 0 |
Definition at line 1524 of file Protocol.h.
llvm::Optional<std::string> clang::clangd::FoldingRange::kind |
Definition at line 1526 of file Protocol.h.
unsigned clang::clangd::FoldingRange::startCharacter |
Definition at line 1523 of file Protocol.h.
unsigned clang::clangd::FoldingRange::startLine = 0 |
Definition at line 1522 of file Protocol.h.