Searched refs:Outer2 (Results 1 – 8 of 8) sorted by relevance
69 #define Outer2(...) \ macro75 Outer2("test 8: %s", getNSInteger()); 76 // CHECK: Outer2("test 8: %ld", (long)getNSInteger());77 Outer2("test 9: %s %s", getNSInteger(), getNSInteger());78 // CHECK: Outer2("test 9: %ld %ld", (long)getNSInteger(), (long)getNSInteger());
42 struct Outer2 { struct70 template struct N2::Outer2::Inner<float>;71 template struct N2::Outer2::Inner<int*, float*>; // expected-note{{instantiation}}
51 class Outer2 { class54 …class Outer2<V>::Inner; // expected-error{{nested name specifier 'Outer2<V>::' for declaration doe…
230 struct Outer2;233 Outer2 *ref;236 struct Outer2 { struct243 Outer2 t; in checkThatConstMethodCallDoesInvalidateObjectForCircularReferences() argument
254 struct Outer2;257 Outer2 *ref;260 struct Outer2 { struct267 Outer2 t; in checkThatConstMethodCallDoesInvalidateObjectForCircularReferences() argument
87 "Outer2", respectively. The "Outer1" entry has as its value an88 `Array` containing a `Map` and a `Tstr`. The "Outer2" entry has a