clang 22.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.