Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp19 template<typename TheBase, typename T>
21 typedef TheBase Base2; in call_f0_through_typedef()
29 template<typename TheBase, typename T>
31 typedef TheBase CrazyBase; // expected-note{{current scope}} in call_f0_through_typedef2()
/external/clang/test/SemaCXX/
DMicrosoftCompatibility.cpp20 typedef _Atomic<T> TheBase; typedef
21 TheBase field;
Dmember-pointer.cpp60 struct TheBase struct
65 struct HasMembers : TheBase