clang-tools 20.0.0git
|
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 |
std::string | kind |
Static Public Attributes | |
static const llvm::StringLiteral | REGION_KIND = "region" |
static const llvm::StringLiteral | COMMENT_KIND = "comment" |
static const llvm::StringLiteral | IMPORT_KIND = "import" |
Stores information about a region of code that can be folded.
Definition at line 1960 of file Protocol.h.
|
static |
Definition at line 1967 of file Protocol.h.
Referenced by clang::clangd::getFoldingRanges().
unsigned clang::clangd::FoldingRange::endCharacter |
Definition at line 1964 of file Protocol.h.
Referenced by clang::clangd::getFoldingRanges().
unsigned clang::clangd::FoldingRange::endLine = 0 |
Definition at line 1963 of file Protocol.h.
Referenced by clang::clangd::getFoldingRanges().
|
static |
Definition at line 1968 of file Protocol.h.
std::string clang::clangd::FoldingRange::kind |
Definition at line 1969 of file Protocol.h.
Referenced by clang::clangd::getFoldingRanges().
|
static |
Definition at line 1966 of file Protocol.h.
Referenced by clang::clangd::getFoldingRanges().
unsigned clang::clangd::FoldingRange::startCharacter |
Definition at line 1962 of file Protocol.h.
Referenced by clang::clangd::getFoldingRanges().
unsigned clang::clangd::FoldingRange::startLine = 0 |
Definition at line 1961 of file Protocol.h.
Referenced by clang::clangd::getFoldingRanges().