Home
last modified time | relevance | path

Searched refs:TheBase (Results 1 – 2 of 2) 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/
Dmember-pointer.cpp52 struct TheBase struct
57 struct HasMembers : TheBase