Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx20-ctad-type-alias.cpp141 using AFoo = Foo<Y>; // expected-note {{candidate template ignored: could not match 'Foo<Y>' against 'int'}} \ typedef
178 using AFoo = Foo<Ts...>; global() typedef
209 template<class V> using AFoo = Foo<V *>; global() typedef
232 using AFoo = Foo<T>; global() typedef
251 using AFoo = Foo<U>*; // expected-note {{template is declared here}} global() typedef
332 using AFoo = Foo<int, Derived<U>>; global() typedef
415 using AFoo = A1<int>::A2<int>::Foo<U>; global() typedef
[all...]
/llvm-project/clang/test/AST/
H A Dast-dump-ctad-alias.cpp89 using AFoo = Foo<T2...>; global() typedef
/llvm-project/clang/test/SemaTemplate/
H A Ddeduction-guide.cpp282 using AFoo = Foo<G<U>>; typedef
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSymbolCollectorTests.cpp1241 const Symbol &AFoo = findSymbol(Symbols, "A::foo"); TEST_F() local
1277 const Symbol &AFoo = findSymbol(Symbols, "A::foo"); TEST_F() local