Searched refs:TheType (Results 1 – 3 of 3) sorted by relevance
583 void *P = new TheType; // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()584 …size_t x = __builtin_offsetof(TheType, f2); // expected-warning {{unqualified lookup}} expected-er… in foo()586 } catch (TheType) { // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()589 _Atomic(TheType) a; // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()595 void *p = new TheType; // expected-warning {{unqualified lookup}} expected-error {{no type}} in out_of_line()599 struct TheType { struct
238 const Type *TheType = VD->getType().getNonReferenceType().getTypePtrOrNull(); in isStandardSmartPointer() local239 if (!TheType) in isStandardSmartPointer()242 const CXXRecordDecl *RecordDecl = TheType->getAsCXXRecordDecl(); in isStandardSmartPointer()
4296 Type *TheType = Operand->getType(); in printInstruction() local4307 if (Operand && Operand->getType() != TheType) { in printInstruction()4316 TypePrinter.print(TheType, Out); in printInstruction()