Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp110 ContainersWithPushBack(utils::options::parseStringList(Options.get( in UseEmplaceCheck()
132 on(hasType(cxxRecordDecl(hasAnyName(ContainersWithPushBack))))); in registerMatchers()
304 utils::options::serializeStringList(ContainersWithPushBack)); in storeOptions()
H A DUseEmplaceCheck.h39 const std::vector<StringRef> ContainersWithPushBack; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-emplace.rst16 This list can be modified using the :option:`ContainersWithPushBack` option.
114 .. option:: ContainersWithPushBack