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"
#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

 clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
 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 22 of file UsingDeclarationsSorter.cpp.

Variable Documentation

◆ Label

std::string Label

◆ Line

const AnnotatedLine* Line

Definition at line 95 of file UsingDeclarationsSorter.cpp.