Home
last modified time | relevance | path

Searched refs:SmartPointers (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp112 SmartPointers(utils::options::parseStringList( in UseEmplaceCheck()
146 hasDeclaration(cxxConstructorDecl(ofClass(hasAnyName(SmartPointers)))); in registerMatchers()
306 utils::options::serializeStringList(SmartPointers)); in storeOptions()
H A DUseEmplaceCheck.h40 const std::vector<StringRef> SmartPointers; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-emplace.rst98 other classes use the :option:`SmartPointers` option.
131 .. option:: SmartPointers