Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp141 ContainersWithPushFront(utils::options::parseStringList(Options.get( in UseEmplaceCheck()
162 cxxMemberCallExprOnContainer("push_front", ContainersWithPushFront); in registerMatchers()
419 utils::options::serializeStringList(ContainersWithPushFront)); in storeOptions()
H A DUseEmplaceCheck.h39 const std::vector<StringRef> ContainersWithPushFront; variable
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-emplace.rst16 :option:`ContainersWithPushFront` options are used to specify the container
22 * :option:`ContainersWithPushFront`: ``std::forward_list``, ``std::list``, and ``std::deque``.
130 .. option:: ContainersWithPushFront