Searched defs:AAA (Results 1 – 12 of 12) sorted by relevance
11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_ty::CCC49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() function in using_suggestion_member_val::CCC54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_tyname_ty::CCC
6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT in aaa() struct
58 @interface AAA : NSObject interface60 @interface AAA (MyCat) interface in MyCat67 @implementation AAA implementation69 @implementation AAA (MyCat) implementation in MyCat
3 @interface AAA // expected-note {{class started here}} interface
7 public class AAA extends BaseLogTest { class
23 char AAA[10], BBB[10], CCC[10]; in main() local
130 class CCC { public: void AAA() { } }; in AAA() function in using_suggestion_member_tyname_val::CCC143 class AAA {}; // expected-note {{'N::AAA' declared here}} class151 class AAA {}; // expected-note {{'N::AAA' declared here}} class
121 class AAA { class
123 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class235 AAA { class
36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
39 struct AAA { struct
380 #define AAA CHOICE(aaa, aaa, aaa) macro1116 #define AAA aaa macro