Searched refs:RedundantPreprocessorCheck (Results 1 – 5 of 5) sorted by relevance
21 class RedundantPreprocessorCheck : public ClangTidyCheck {23 RedundantPreprocessorCheck(StringRef Name, ClangTidyContext *Context) in RedundantPreprocessorCheck() function
46 RedundantPreprocessorCheck.cpp
137 CheckFactories.registerCheck<RedundantPreprocessorCheck>( in addCheckFactories()
99 void RedundantPreprocessorCheck::registerPPCallbacks( in registerPPCallbacks()
54 "RedundantPreprocessorCheck.cpp",