clang-tools 22.0.0git
clang::tidy::misc::MisleadingIdentifierCheck Class Reference

#include <MisleadingIdentifier.h>

Inheritance diagram for clang::tidy::misc::MisleadingIdentifierCheck:
[legend]

Public Member Functions

 MisleadingIdentifierCheck (StringRef Name, ClangTidyContext *Context)
 ~MisleadingIdentifierCheck ()
void registerMatchers (ast_matchers::MatchFinder *Finder) override
void check (const ast_matchers::MatchFinder::MatchResult &Result) override

Detailed Description

Definition at line 16 of file MisleadingIdentifier.h.

Constructor & Destructor Documentation

◆ MisleadingIdentifierCheck()

clang::tidy::misc::MisleadingIdentifierCheck::MisleadingIdentifierCheck ( StringRef Name,
ClangTidyContext * Context )

Definition at line 138 of file MisleadingIdentifier.cpp.

◆ ~MisleadingIdentifierCheck()

clang::tidy::misc::MisleadingIdentifierCheck::~MisleadingIdentifierCheck ( )
default

Member Function Documentation

◆ check()

void clang::tidy::misc::MisleadingIdentifierCheck::check ( const ast_matchers::MatchFinder::MatchResult & Result)
override

Definition at line 144 of file MisleadingIdentifier.cpp.

References clang::tidy::misc::hasRTLCharacters().

◆ registerMatchers()

void clang::tidy::misc::MisleadingIdentifierCheck::registerMatchers ( ast_matchers::MatchFinder * Finder)
override

Definition at line 156 of file MisleadingIdentifier.cpp.


The documentation for this class was generated from the following files: