clang 19.0.0git
Namespaces | Macros
UsingDeclarationsSorter.cpp File Reference

This file implements UsingDeclarationsSorter, a TokenAnalyzer that sorts consecutive using declarations. More...

#include "UsingDeclarationsSorter.h"

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"
 

Detailed Description

This file implements UsingDeclarationsSorter, a TokenAnalyzer that sorts consecutive using declarations.

Definition in file UsingDeclarationsSorter.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "using-declarations-sorter"

Definition at line 17 of file UsingDeclarationsSorter.cpp.

Variable Documentation

◆ Label

std::string Label

Definition at line 91 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::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().

◆ Line

const AnnotatedLine* Line

Definition at line 90 of file UsingDeclarationsSorter.cpp.