Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DStringConstructorCheck.cpp43 StringConstructorCheck::StringConstructorCheck(StringRef Name, in StringConstructorCheck() function in clang::tidy::bugprone::StringConstructorCheck
53 void StringConstructorCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
59 void StringConstructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
143 void StringConstructorCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DStringConstructorCheck.h22 class StringConstructorCheck : public ClangTidyCheck {
24 StringConstructorCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt48 StringConstructorCheck.cpp
H A DBugproneTidyModule.cpp158 CheckFactories.registerCheck<StringConstructorCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn60 "StringConstructorCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt940 clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
941 clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.h