Lines Matching defs:THIS___Structure
531 struct THIS___Structure {
532 // CHECK-MESSAGES: :[[@LINE-1]]:8: warning: invalid case style for struct 'THIS___Structure'
534 THIS___Structure();
542 typedef THIS___Structure struct_type;
552 using my_struct_type = THIS___Structure;
679 void QualifiedTypeLocTest(THIS___Structure);
681 void QualifiedTypeLocTest(THIS___Structure &);
683 void QualifiedTypeLocTest(THIS___Structure &&);
685 void QualifiedTypeLocTest(const THIS___Structure);
687 void QualifiedTypeLocTest(const THIS___Structure &);
689 void QualifiedTypeLocTest(volatile THIS___Structure &);