Home
last modified time | relevance | path

Searched refs:PointerArithmeticOnPolymorphicObjectCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DPointerArithmeticOnPolymorphicObjectCheck.cpp22 PointerArithmeticOnPolymorphicObjectCheck::
23 PointerArithmeticOnPolymorphicObjectCheck(StringRef Name, in PointerArithmeticOnPolymorphicObjectCheck() function in clang::tidy::bugprone::PointerArithmeticOnPolymorphicObjectCheck
29 void PointerArithmeticOnPolymorphicObjectCheck::storeOptions( in storeOptions()
35 void PointerArithmeticOnPolymorphicObjectCheck::registerMatchers( in registerMatchers()
70 void PointerArithmeticOnPolymorphicObjectCheck::check( in check()
H A DPointerArithmeticOnPolymorphicObjectCheck.h21 class PointerArithmeticOnPolymorphicObjectCheck : public ClangTidyCheck {
23 PointerArithmeticOnPolymorphicObjectCheck(StringRef Name,
H A DCMakeLists.txt57 PointerArithmeticOnPolymorphicObjectCheck.cpp
H A DBugproneTidyModule.cpp57 #include "PointerArithmeticOnPolymorphicObjectCheck.h"
185 CheckFactories.registerCheck<PointerArithmeticOnPolymorphicObjectCheck>( in addCheckFactories()
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DCERTTidyModule.cpp13 #include "../bugprone/PointerArithmeticOnPolymorphicObjectCheck.h"
245 .registerCheck<bugprone::PointerArithmeticOnPolymorphicObjectCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn65 "PointerArithmeticOnPolymorphicObjectCheck.cpp",