Searched refs:StringLiteralWithEmbeddedNulCheck (Results 1 – 6 of 6) sorted by relevance
22 class StringLiteralWithEmbeddedNulCheck : public ClangTidyCheck {24 StringLiteralWithEmbeddedNulCheck(StringRef Name, ClangTidyContext *Context) in StringLiteralWithEmbeddedNulCheck() function
28 void StringLiteralWithEmbeddedNulCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()60 void StringLiteralWithEmbeddedNulCheck::check( in check()
50 StringLiteralWithEmbeddedNulCheck.cpp
162 CheckFactories.registerCheck<StringLiteralWithEmbeddedNulCheck>( in addCheckFactories()
62 "StringLiteralWithEmbeddedNulCheck.cpp",
944 clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.h