#include <Selection.h>
Definition at line 59 of file Selection.h.
◆ Selection
Enumerator |
---|
Unselected | |
Partial | |
Complete | |
Definition at line 71 of file Selection.h.
◆ SelectionTree() [1/2]
clang::clangd::SelectionTree::SelectionTree |
( |
ASTContext & |
AST, |
|
|
unsigned |
Offset |
|
) |
| |
◆ SelectionTree() [2/2]
clang::clangd::SelectionTree::SelectionTree |
( |
ASTContext & |
AST, |
|
|
unsigned |
Start, |
|
|
unsigned |
End |
|
) |
| |
◆ commonAncestor()
const Node * clang::clangd::SelectionTree::commonAncestor |
( |
| ) |
const |
◆ root()
const Node* clang::clangd::SelectionTree::root |
( |
| ) |
const |
|
inline |
◆ operator<<
llvm::raw_ostream& operator<< |
( |
llvm::raw_ostream & |
OS, |
|
|
const SelectionTree & |
T |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: