Home
last modified time | relevance | path

Searched refs:ConfusableIdentifierCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.cpp28 ConfusableIdentifierCheck::ConfusableIdentifierCheck(StringRef Name, in ConfusableIdentifierCheck() function in clang::tidy::misc::ConfusableIdentifierCheck
32 ConfusableIdentifierCheck::~ConfusableIdentifierCheck() = default;
50 std::string ConfusableIdentifierCheck::skeleton(StringRef Name) { in skeleton()
147 void ConfusableIdentifierCheck::check( in check()
169 void ConfusableIdentifierCheck::registerMatchers( in registerMatchers()
H A DConfusableIdentifierCheck.h23 class ConfusableIdentifierCheck : public ClangTidyCheck {
25 ConfusableIdentifierCheck(StringRef Name, ClangTidyContext *Context);
26 ~ConfusableIdentifierCheck();
H A DMiscTidyModule.cpp38 CheckFactories.registerCheck<ConfusableIdentifierCheck>( in addCheckFactories()
H A DCMakeLists.txt33 ConfusableIdentifierCheck.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/
H A DBUILD.gn31 "ConfusableIdentifierCheck.cpp",