Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantStringCStrCheck.h19 class RedundantStringCStrCheck : public ClangTidyCheck {
21 RedundantStringCStrCheck(StringRef Name, ClangTidyContext *Context) in RedundantStringCStrCheck() function
DRedundantStringCStrCheck.cpp70 void RedundantStringCStrCheck::registerMatchers( in registerMatchers()
179 void RedundantStringCStrCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCMakeLists.txt37 RedundantStringCStrCheck.cpp
DReadabilityTidyModule.cpp122 CheckFactories.registerCheck<RedundantStringCStrCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
DBUILD.gn45 "RedundantStringCStrCheck.cpp",