clang-tools
15.0.0git
|
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
Functions | |
llvm::Expected< SelectionRange > | clang::clangd::getSemanticRanges (ParsedAST &AST, Position Pos) |
Returns the list of all interesting ranges around the Position Pos . More... | |
llvm::Expected< std::vector< FoldingRange > > | clang::clangd::getFoldingRanges (ParsedAST &AST) |
Returns a list of ranges whose contents might be collapsible in an editor. More... | |