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