Home
last modified time | relevance | path

Searched refs:StringLiteralWithEmbeddedNulCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DStringLiteralWithEmbeddedNulCheck.h22 class StringLiteralWithEmbeddedNulCheck : public ClangTidyCheck {
24 StringLiteralWithEmbeddedNulCheck(StringRef Name, ClangTidyContext *Context) in StringLiteralWithEmbeddedNulCheck() function
H A DStringLiteralWithEmbeddedNulCheck.cpp28 void StringLiteralWithEmbeddedNulCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
60 void StringLiteralWithEmbeddedNulCheck::check( in check()
H A DCMakeLists.txt50 StringLiteralWithEmbeddedNulCheck.cpp
H A DBugproneTidyModule.cpp162 CheckFactories.registerCheck<StringLiteralWithEmbeddedNulCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn62 "StringLiteralWithEmbeddedNulCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt944 clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.h