clang 20.0.0git
|
This file implements UsingDeclarationsSorter, a TokenAnalyzer that sorts consecutive using declarations. More...
#include "UsingDeclarationsSorter.h"
#include "clang/Format/Format.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Regex.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::format |
Macros | |
#define | DEBUG_TYPE "using-declarations-sorter" |
This file implements UsingDeclarationsSorter, a TokenAnalyzer that sorts consecutive using declarations.
Definition in file UsingDeclarationsSorter.cpp.
#define DEBUG_TYPE "using-declarations-sorter" |
Definition at line 22 of file UsingDeclarationsSorter.cpp.
std::string Label |
Definition at line 96 of file UsingDeclarationsSorter.cpp.
Referenced by Accumulate(), clang::Sema::ActOnVariableDeclarator(), clang::NodeStreamer::AddChild(), clang::TextTreeStructure::AddChild(), clang::AddrLabelExpr::AddrLabelExpr(), clang::format::UsingDeclarationsSorter::analyze(), CheckLists(), clang::LabelDecl::classofKind(), DiagnoseSwitchLabelsFallthrough(), clang::Sema::DiagnoseUnusedExprResult(), clang::TextNodeDumper::dumpDeclRef(), clang::ASTNodeTraverser< Derived, NodeDelegateType >::dumpTemplateArgumentLoc(), clang::TextNodeDumper::dumpTemplateName(), clang::interp::ByteCodeEmitter::emitLabel(), clang::interp::EvalEmitter::emitLabel(), clang::interp::ByteCodeEmitter::fallthrough(), clang::interp::EvalEmitter::fallthrough(), clang::Decl::getIdentifierNamespaceForKind(), clang::AddrLabelExpr::getLabel(), clang::GotoStmt::getLabel(), clang::Sema::GetOrCreateMSAsmLabel(), clang::ento::loc::GotoLabel::GotoLabel(), clang::GotoStmt::GotoStmt(), clang::Expr::isUnusedResultAWarning(), clang::interp::ByteCodeEmitter::jump(), clang::interp::EvalEmitter::jump(), clang::interp::ByteCodeEmitter::jumpFalse(), clang::interp::EvalEmitter::jumpFalse(), clang::interp::ByteCodeEmitter::jumpTrue(), clang::interp::EvalEmitter::jumpTrue(), clang::ProgramPoint::printJson(), clang::TreeTransform< Derived >::RebuildAddrLabelExpr(), clang::TreeTransform< Derived >::RebuildGotoStmt(), clang::Sema::PragmaStack< ValueType >::SentinelAction(), clang::GotoStmt::setLabel(), clang::AddrLabelExpr::setLabel(), clang::TextNodeDumper::Visit(), and clang::JSONNodeDumper::Visit().
const AnnotatedLine* Line |
Definition at line 95 of file UsingDeclarationsSorter.cpp.