Searched refs:ConfusableIdentifierCheck (Results 1 – 5 of 5) sorted by relevance
28 ConfusableIdentifierCheck::ConfusableIdentifierCheck(StringRef Name, in ConfusableIdentifierCheck() function in clang::tidy::misc::ConfusableIdentifierCheck32 ConfusableIdentifierCheck::~ConfusableIdentifierCheck() = default;50 std::string ConfusableIdentifierCheck::skeleton(StringRef Name) { in skeleton()147 void ConfusableIdentifierCheck::check( in check()169 void ConfusableIdentifierCheck::registerMatchers( in registerMatchers()
23 class ConfusableIdentifierCheck : public ClangTidyCheck {25 ConfusableIdentifierCheck(StringRef Name, ClangTidyContext *Context);26 ~ConfusableIdentifierCheck();
38 CheckFactories.registerCheck<ConfusableIdentifierCheck>( in addCheckFactories()
33 ConfusableIdentifierCheck.cpp
31 "ConfusableIdentifierCheck.cpp",