Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DOwningMemoryCheck.cpp24 void OwningMemoryCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
31 void OwningMemoryCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
169 void OwningMemoryCheck::check(const MatchFinder::MatchResult &Result) { in check()
186 bool OwningMemoryCheck::handleDeletion(const BoundNodes &Nodes) { in handleDeletion()
211 bool OwningMemoryCheck::handleLegacyConsumers(const BoundNodes &Nodes) { in handleLegacyConsumers()
227 bool OwningMemoryCheck::handleExpectedOwner(const BoundNodes &Nodes) { in handleExpectedOwner()
242 bool OwningMemoryCheck::handleAssignmentAndInit(const BoundNodes &Nodes) { in handleAssignmentAndInit()
284 bool OwningMemoryCheck::handleAssignmentFromNewOwner(const BoundNodes &Nodes) { in handleAssignmentFromNewOwner()
330 bool OwningMemoryCheck::handleReturnValues(const BoundNodes &Nodes) { in handleReturnValues()
352 bool OwningMemoryCheck::handleOwnerMembers(const BoundNodes &Nodes) { in handleOwnerMembers()
H A DOwningMemoryCheck.h23 class OwningMemoryCheck : public ClangTidyCheck {
25 OwningMemoryCheck(StringRef Name, ClangTidyContext *Context) in OwningMemoryCheck() function
H A DCMakeLists.txt15 OwningMemoryCheck.cpp
H A DCppCoreGuidelinesTidyModule.cpp69 CheckFactories.registerCheck<OwningMemoryCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DBUILD.gn27 "OwningMemoryCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1027 clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
1028 clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.h