clang-tools
9.0.0
|
#include "SemanticHighlighting.h"
#include "Logger.h"
#include "Protocol.h"
#include "SourceCode.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
Go to the source code of this file.
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) |
std::vector< SemanticHighlightingInformation > | clang::clangd::toSemanticHighlightingInformation (llvm::ArrayRef< HighlightingToken > Tokens) |
llvm::StringRef | clang::clangd::toTextMateScope (HighlightingKind Kind) |
Converts a HighlightingKind to a corresponding TextMate scope (https://manual.macromates.com/en/language_grammars). More... | |