Home
last modified time | relevance | path

Searched refs:RedundantPreprocessorCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantPreprocessorCheck.h21 class RedundantPreprocessorCheck : public ClangTidyCheck {
23 RedundantPreprocessorCheck(StringRef Name, ClangTidyContext *Context) in RedundantPreprocessorCheck() function
H A DCMakeLists.txt46 RedundantPreprocessorCheck.cpp
H A DReadabilityTidyModule.cpp137 CheckFactories.registerCheck<RedundantPreprocessorCheck>( in addCheckFactories()
H A DRedundantPreprocessorCheck.cpp99 void RedundantPreprocessorCheck::registerPPCallbacks( in registerPPCallbacks()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn54 "RedundantPreprocessorCheck.cpp",