clang-tools
9.0.0
|
Go to the source code of this file.
Classes | |
struct | clang::clangd::HighlightingToken |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
Functions | |
bool | clang::clangd::operator== (const HighlightingToken &Lhs, const HighlightingToken &Rhs) |
std::vector< HighlightingToken > | clang::clangd::getSemanticHighlightings (ParsedAST &AST) |
llvm::StringRef | clang::clangd::toTextMateScope (HighlightingKind Kind) |
Converts a HighlightingKind to a corresponding TextMate scope (https://manual.macromates.com/en/language_grammars). More... | |
std::vector< SemanticHighlightingInformation > | clang::clangd::toSemanticHighlightingInformation (llvm::ArrayRef< HighlightingToken > Tokens) |