Searched refs:StringLiteralWithEmbeddedNulCheck (Results 1 – 5 of 5) sorted by relevance
20 class StringLiteralWithEmbeddedNulCheck : public ClangTidyCheck {22 StringLiteralWithEmbeddedNulCheck(StringRef Name, ClangTidyContext *Context) in StringLiteralWithEmbeddedNulCheck() function
26 void StringLiteralWithEmbeddedNulCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()58 void StringLiteralWithEmbeddedNulCheck::check( in check()
72 StringLiteralWithEmbeddedNulCheck.cpp
71 #include "StringLiteralWithEmbeddedNulCheck.h"218 CheckFactories.registerCheck<StringLiteralWithEmbeddedNulCheck>( in addCheckFactories()
80 "StringLiteralWithEmbeddedNulCheck.cpp",