clang-tools 20.0.0git
|
#include "ConfusableIdentifierCheck.h"
#include "clang/Frontend/CompilerInstance.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 |
Functions | |
static llvm::SmallString< 64U > | clang::tidy::misc::skeleton (StringRef Name) |
static bool | clang::tidy::misc::mayShadowImpl (const DeclContext *DC0, const DeclContext *DC1) |
static bool | clang::tidy::misc::mayShadowImpl (const NamedDecl *ND0, const NamedDecl *ND1) |
static bool | clang::tidy::misc::isMemberOf (const ConfusableIdentifierCheck::ContextInfo *DC0, const ConfusableIdentifierCheck::ContextInfo *DC1) |
static bool | clang::tidy::misc::enclosesContext (const ConfusableIdentifierCheck::ContextInfo *DC0, const ConfusableIdentifierCheck::ContextInfo *DC1) |
static bool | clang::tidy::misc::mayShadow (const NamedDecl *ND0, const ConfusableIdentifierCheck::ContextInfo *DC0, const NamedDecl *ND1, const ConfusableIdentifierCheck::ContextInfo *DC1) |