clang-tools
11.0.0
|
#include <Selection.h>
Public Member Functions | |
const DeclContext & | getDeclContext () const |
std::string | kind () const |
const Node & | ignoreImplicit () const |
const Node & | outerImplicit () const |
Public Attributes | |
Node * | Parent |
llvm::SmallVector< const Node *, 8 > | Children |
ast_type_traits::DynTypedNode | ASTNode |
Selection | Selected |
Definition at line 122 of file Selection.h.
const DeclContext & clang::clangd::SelectionTree::Node::getDeclContext | ( | ) | const |
Definition at line 827 of file Selection.cpp.
const SelectionTree::Node & clang::clangd::SelectionTree::Node::ignoreImplicit | ( | ) | const |
Definition at line 840 of file Selection.cpp.
References clang::clangd::Children.
std::string clang::clangd::SelectionTree::Node::kind | ( | ) | const |
Definition at line 746 of file Selection.cpp.
const SelectionTree::Node & clang::clangd::SelectionTree::Node::outerImplicit | ( | ) | const |
Definition at line 847 of file Selection.cpp.
References ASTNode, outerImplicit(), and Parent.
Referenced by outerImplicit().
ast_type_traits::DynTypedNode clang::clangd::SelectionTree::Node::ASTNode |
Definition at line 128 of file Selection.h.
Referenced by kind(), and outerImplicit().
llvm::SmallVector<const Node *, 8> clang::clangd::SelectionTree::Node::Children |
Definition at line 126 of file Selection.h.
Referenced by clang::clangd::SelectionTree::commonAncestor().
Node* clang::clangd::SelectionTree::Node::Parent |
Definition at line 124 of file Selection.h.
Referenced by getDeclContext().
Selection clang::clangd::SelectionTree::Node::Selected |
Definition at line 130 of file Selection.h.
Referenced by clang::clangd::SelectionTree::commonAncestor().