Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-4.cpp186 struct TypeId0 { struct
206 template struct TypeId0<int>; argument
207 template struct TypeId0<Incomplete>; // expected-note{{instantiation of member function}} variable
208 template struct TypeId0<Abstract>; variable