Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dattributes.cpp98 template <int... Is> [[clang::annotate(Is...)]] void HasOnlyPackAnnotation() {} // expected-error {… in HasOnlyPackAnnotation() function
101HasOnlyPackAnnotation<>(); // expected-note {{in instantiation of function template specializatio… in UseOnlyPackAnnotations()
102HasOnlyPackAnnotation<1>(); // expected-note {{in instantiation of function template specializatio… in UseOnlyPackAnnotations()