clang-tools 20.0.0git
|
#include "UseUsingCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclGroup.h"
#include "clang/Lex/Lexer.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::modernize |
Variables | |
static constexpr llvm::StringLiteral | clang::tidy::modernize::ExternCDeclName = "extern-c-decl" |
static constexpr llvm::StringLiteral | clang::tidy::modernize::ParentDeclName = "parent-decl" |
static constexpr llvm::StringLiteral | clang::tidy::modernize::TagDeclName = "tag-decl" |
static constexpr llvm::StringLiteral | clang::tidy::modernize::TypedefName = "typedef" |
static constexpr llvm::StringLiteral | clang::tidy::modernize::DeclStmtName = "decl-stmt" |