Home
last modified time | relevance | path

Searched defs:templateForFactorySpecialization (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dupgrade-duration-conversions.cpp342 template <typename T> void templateForFactorySpecialization(T) {} in templateForFactorySpecialization() function
343 template <> void templateForFactorySpecialization<ConvertibleTo<int>>(ConvertibleTo<int> c) { in templateForFactorySpecialization() function