Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantPreprocessorCheck.h23 class RedundantPreprocessorCheck : public ClangTidyCheck {
25 RedundantPreprocessorCheck(StringRef Name, ClangTidyContext *Context) in RedundantPreprocessorCheck() function
DCMakeLists.txt35 RedundantPreprocessorCheck.cpp
DReadabilityTidyModule.cpp102 CheckFactories.registerCheck<RedundantPreprocessorCheck>( in addCheckFactories()
DRedundantPreprocessorCheck.cpp102 void RedundantPreprocessorCheck::registerPPCallbacks( in registerPPCallbacks()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
DBUILD.gn43 "RedundantPreprocessorCheck.cpp",