Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp22 template<typename TheBase, typename T>
24 typedef TheBase Base2; in call_f0_through_typedef()
32 template<typename TheBase, typename T>
34 typedef TheBase CrazyBase; 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