Searched refs:AssignmentInIfConditionCheck (Results 1 – 5 of 5) sorted by relevance
22 class AssignmentInIfConditionCheck : public ClangTidyCheck {24 AssignmentInIfConditionCheck(StringRef Name, ClangTidyContext *Context) in AssignmentInIfConditionCheck() function
19 void AssignmentInIfConditionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()30 void AssignmentInIfConditionCheck::check( in check()
9 AssignmentInIfConditionCheck.cpp
88 CheckFactories.registerCheck<AssignmentInIfConditionCheck>( in addCheckFactories()
21 "AssignmentInIfConditionCheck.cpp",