Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStringConstructorCheck.cpp41 StringConstructorCheck::StringConstructorCheck(StringRef Name, in StringConstructorCheck() function in clang::tidy::bugprone::StringConstructorCheck
51 void StringConstructorCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
57 void StringConstructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
141 void StringConstructorCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DStringConstructorCheck.h20 class StringConstructorCheck : public ClangTidyCheck {
22 StringConstructorCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt70 StringConstructorCheck.cpp
H A DBugproneTidyModule.cpp69 #include "StringConstructorCheck.h"
214 CheckFactories.registerCheck<StringConstructorCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn78 "StringConstructorCheck.cpp",