Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiate-using-decl.cpp41 class Knot : public JoinVisitor<Knot> { class
45 Knot().Visit((struct Object1*) 0); in test()
46 Knot().Visit((struct Object2*) 0); in test()
47 Knot().Visit((struct Object3*) 0); // expected-error {{no matching member function for call}} in test()