clang-tools 22.0.0git
|
#include "ConfusableIdentifierCheck.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/ConvertUTF.h"
#include "Confusables.inc"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::misc |
Typedefs | |
using | clang::tidy::misc::DeclsWithinContextMap |
Functions | |
static llvm::SmallString< 64U > | clang::tidy::misc::skeleton (StringRef Name) |
static bool | clang::tidy::misc::addToContext (DeclsWithinContextMap &DeclsWithinContext, const Decl *Context, Entry E) |
static void | clang::tidy::misc::addToEnclosingContexts (DeclsWithinContextMap &DeclsWithinContext, const Decl *Parent, const NamedDecl *ND) |