Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dconst-method-call.cpp230 struct Outer2;
233 Outer2 *ref;
236 struct Outer2 { struct
243 Outer2 t; in checkThatConstMethodCallDoesInvalidateObjectForCircularReferences() argument
/external/clang/test/SemaTemplate/
Dinstantiate-declref.cpp42 struct Outer2 { struct
70 template struct N2::Outer2::Inner<float>;
71 template struct N2::Outer2::Inner<int*, float*>; // expected-note{{instantiation}}
Dqualified-id.cpp51 class Outer2 { class
54 …class Outer2<V>::Inner; // expected-error{{nested name specifier 'Outer2<V>::' for declaration doe…