Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DAssignmentInIfConditionCheck.h22 class AssignmentInIfConditionCheck : public ClangTidyCheck {
24 AssignmentInIfConditionCheck(StringRef Name, ClangTidyContext *Context) in AssignmentInIfConditionCheck() function
H A DAssignmentInIfConditionCheck.cpp19 void AssignmentInIfConditionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
30 void AssignmentInIfConditionCheck::check( in check()
H A DCMakeLists.txt9 AssignmentInIfConditionCheck.cpp
H A DBugproneTidyModule.cpp88 CheckFactories.registerCheck<AssignmentInIfConditionCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn21 "AssignmentInIfConditionCheck.cpp",