Searched refs:PointerArithmeticOnPolymorphicObjectCheck (Results 1 – 6 of 6) sorted by relevance
22 PointerArithmeticOnPolymorphicObjectCheck::23 PointerArithmeticOnPolymorphicObjectCheck(StringRef Name, in PointerArithmeticOnPolymorphicObjectCheck() function in clang::tidy::bugprone::PointerArithmeticOnPolymorphicObjectCheck29 void PointerArithmeticOnPolymorphicObjectCheck::storeOptions( in storeOptions()35 void PointerArithmeticOnPolymorphicObjectCheck::registerMatchers( in registerMatchers()70 void PointerArithmeticOnPolymorphicObjectCheck::check( in check()
21 class PointerArithmeticOnPolymorphicObjectCheck : public ClangTidyCheck {23 PointerArithmeticOnPolymorphicObjectCheck(StringRef Name,
57 PointerArithmeticOnPolymorphicObjectCheck.cpp
57 #include "PointerArithmeticOnPolymorphicObjectCheck.h"185 CheckFactories.registerCheck<PointerArithmeticOnPolymorphicObjectCheck>( in addCheckFactories()
13 #include "../bugprone/PointerArithmeticOnPolymorphicObjectCheck.h"245 .registerCheck<bugprone::PointerArithmeticOnPolymorphicObjectCheck>( in addCheckFactories()
65 "PointerArithmeticOnPolymorphicObjectCheck.cpp",