Home
last modified time | relevance | path

Searched refs:UnconventionalAssignOperatorCheck (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnconventionalAssignOperatorCheck.h29 class UnconventionalAssignOperatorCheck : public ClangTidyCheck {
31 UnconventionalAssignOperatorCheck(StringRef Name, ClangTidyContext *Context) in UnconventionalAssignOperatorCheck() function
H A DUnconventionalAssignOperatorCheck.cpp19 void UnconventionalAssignOperatorCheck::registerMatchers( in registerMatchers()
72 void UnconventionalAssignOperatorCheck::check( in check()
H A DMiscTidyModule.cpp61 CheckFactories.registerCheck<UnconventionalAssignOperatorCheck>( in addCheckFactories()
H A DCMakeLists.txt45 UnconventionalAssignOperatorCheck.cpp
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DCppCoreGuidelinesTidyModule.cpp96 CheckFactories.registerCheck<misc::UnconventionalAssignOperatorCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/
H A DBUILD.gn45 "UnconventionalAssignOperatorCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1134 clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
1135 clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.h