Home
last modified time | relevance | path

Searched refs:VariadicTemplate (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dinline-function-decl.hpp224 struct VariadicTemplate { struct
244 template <typename... Ts> LIBC_INLINE void VariadicTemplate<Ts...>::goodVariadicTemplate() {} in goodVariadicTemplate()
246 template <typename... Ts> inline void VariadicTemplate<Ts...>::badVariadicTemplate() {} in badVariadicTemplate()
250 template <typename... Ts> void LIBC_INLINE VariadicTemplate<Ts...>::badVariadicTemplateWrongLocatio… in badVariadicTemplateWrongLocation()
253 template <typename... Ts> template <typename U> LIBC_INLINE void VariadicTemplate<Ts...>::goodNeste… in goodNestedTemplate()
255 template <typename... Ts> template <typename U> inline void VariadicTemplate<Ts...>::badNestedTempl… in badNestedTemplate()
259 template <typename... Ts> template <typename U> void LIBC_INLINE VariadicTemplate<Ts...>::badNested… in badNestedTemplateWrongLocation()
262 template <typename... Ts> template <typename... Us> LIBC_INLINE void VariadicTemplate<Ts...>::goodN… in goodNestedVariadicTemplate()
264 template <typename... Ts> template <typename... Us> inline void VariadicTemplate<Ts...>::badNestedV… in badNestedVariadicTemplate()
268 template <typename... Ts> template <typename... Us> void LIBC_INLINE VariadicTemplate<Ts...>::badNe… in badNestedVariadicTemplateWrongLocation()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp3194 TEST(SignatureHelpTest, VariadicTemplate) { in TEST()
3051 TEST(SignatureHelpTest,VariadicTemplate) TEST() argument