clang-tools 19.0.0git
Namespaces | Functions
Selection.cpp File Reference
#include "Selection.h"
#include "AST.h"
#include "support/Logger.h"
#include "support/Trace.h"
#include "clang/AST/ASTConcept.h"
#include "clang/AST/ASTTypeTraits.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/PrettyPrinter.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/OperatorKinds.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TokenKinds.h"
#include "clang/Lex/Lexer.h"
#include "clang/Tooling/Syntax/Tokens.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <optional>
#include <set>
#include <string>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::clangd
 

Functions

llvm::SmallString< 256 > clang::clangd::abbreviatedString (DynTypedNode N, const PrintingPolicy &PP)
 
static llvm::SmallVector< std::pair< unsigned, unsigned >, 2 > clang::clangd::pointBounds (unsigned Offset, const syntax::TokenBuffer &Tokens)
 

Variable Documentation

◆ Offset

unsigned Offset

Definition at line 533 of file Selection.cpp.

◆ Selected

SelectionTree::Selection Selected

Definition at line 534 of file Selection.cpp.