Searched refs:MakeSmartPtrCheck (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | MakeSmartPtrCheck.cpp | 41 const char MakeSmartPtrCheck::PointerType[] = "pointerType"; 43 MakeSmartPtrCheck::MakeSmartPtrCheck(StringRef Name, ClangTidyContext *Context, in MakeSmartPtrCheck() function in clang::tidy::modernize::MakeSmartPtrCheck 57 void MakeSmartPtrCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions() 66 bool MakeSmartPtrCheck::isLanguageVersionSupported( in isLanguageVersionSupported() 71 void MakeSmartPtrCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks() 77 void MakeSmartPtrCheck::registerMatchers(ast_matchers::MatchFinder *Finder) { in registerMatchers() 112 void MakeSmartPtrCheck::check(const MatchFinder::MatchResult &Result) { in check() 147 void MakeSmartPtrCheck::checkConstruct(SourceManager &SM, ASTContext *Ctx, in checkConstruct() 212 void MakeSmartPtrCheck::checkReset(SourceManager &SM, ASTContext *Ctx, in checkReset() 259 bool MakeSmartPtrCheck::replaceNew(DiagnosticBuilder &Diag, in replaceNew() [all …]
|
| H A D | MakeSmartPtrCheck.h | 24 class MakeSmartPtrCheck : public ClangTidyCheck { 26 MakeSmartPtrCheck(StringRef Name, ClangTidyContext *Context,
|
| H A D | MakeSharedCheck.h | 30 class MakeSharedCheck : public MakeSmartPtrCheck {
|
| H A D | MakeUniqueCheck.h | 27 class MakeUniqueCheck : public MakeSmartPtrCheck {
|
| H A D | MakeSharedCheck.cpp | 21 : MakeSmartPtrCheck(Name, Context, "std::make_shared") {} in MakeSharedCheck()
|
| H A D | MakeUniqueCheck.cpp | 19 : MakeSmartPtrCheck(Name, Context, "std::make_unique"), in MakeUniqueCheck()
|
| H A D | CMakeLists.txt | 17 MakeSmartPtrCheck.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/ |
| H A D | BUILD.gn | 26 "MakeSmartPtrCheck.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 1156 clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
|