clang-tools 20.0.0git
|
#include "Bracket.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
Functions | |
void | clang::clangd::pairBrackets (TokenStream &) |
Identifies bracket token in the stream which should be paired. | |
enum { ... } ::Bracket::Direction Dir |
unsigned Indent |
Definition at line 78 of file Bracket.cpp.
Referenced by clang::clangd::lex().
enum { ... } ::Bracket::BracketKind Kind |
unsigned Line |
Definition at line 77 of file Bracket.cpp.
Referenced by clang::query::QueryParser::complete(), clang::clangd::findNearbyIdentifier(), clang::clangd::getBacktickQuoteRange(), Modularize::getSourceLine(), Modularize::getSourceLocationLineAndColumn(), clang::clangd::isIncludeFile(), clang::clangd::lex(), Modularize::ModularizeUtilities::loadProblemHeaderList(), Modularize::ModularizeUtilities::loadSingleHeaderListsAndDependencies(), main(), clang::query::QueryParser::parse(), clang::clangd::parseDocumentation(), clang::clangd::parseDocumentationLine(), clang::clangd::positionToOffset(), clang::clangd::renameRangeAdjustmentCost(), and clang::query::MatchQuery::run().
|
staticconstexpr |
Definition at line 73 of file Bracket.cpp.
Referenced by clang::tidy::readability::IdentifierNamingCheck::isParamInMainLikeFunction().
Bracket::Index Pair = None |
Definition at line 80 of file Bracket.cpp.
Referenced by clang::clangd::MemIndex::containedRefs(), clang::clangd::MemIndex::fuzzyFind(), and clang::tidy::RenamerClangTidyCheck::onEndOfTranslationUnit().
Token::Index Tok |
Definition at line 79 of file Bracket.cpp.