|
clang
5.0.0
|
This file implements UsingDeclarationsSorter, a TokenAnalyzer that sorts consecutive using declarations. More...
#include "UsingDeclarationsSorter.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Regex.h"#include <algorithm>Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| 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 31 of file UsingDeclarationsSorter.cpp.
Referenced by Accumulate(), clang::Sema::ActOnStmtExpr(), clang::Sema::ActOnVariableDeclarator(), CheckLists(), clang::LabelDecl::classofKind(), computeLVForDecl(), DiagnoseSwitchLabelsFallthrough(), clang::Sema::DiagnoseUnusedExprResult(), clang::CodeGen::CodeGenFunction::EmitDecl(), clang::Decl::getIdentifierNamespaceForKind(), llvm::DOTGraphTraits< ExplodedNode * >::getNodeLabel(), clang::Sema::GetOrCreateMSAsmLabel(), clang::serialization::isRedeclarableDeclKind(), clang::Expr::isUnusedResultAWarning(), and clang::ASTNodeImporter::VisitLabelDecl().
| const AnnotatedLine* Line |
Definition at line 30 of file UsingDeclarationsSorter.cpp.
1.8.6