Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStringLiteralWithEmbeddedNulCheck.h20 class StringLiteralWithEmbeddedNulCheck : public ClangTidyCheck {
22 StringLiteralWithEmbeddedNulCheck(StringRef Name, ClangTidyContext *Context) in StringLiteralWithEmbeddedNulCheck() function
H A DStringLiteralWithEmbeddedNulCheck.cpp26 void StringLiteralWithEmbeddedNulCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
58 void StringLiteralWithEmbeddedNulCheck::check( in check()
H A DCMakeLists.txt72 StringLiteralWithEmbeddedNulCheck.cpp
H A DBugproneTidyModule.cpp71 #include "StringLiteralWithEmbeddedNulCheck.h"
218 CheckFactories.registerCheck<StringLiteralWithEmbeddedNulCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn80 "StringLiteralWithEmbeddedNulCheck.cpp",