Searched refs:NewBaseType (Results 1 – 2 of 2) sorted by relevance
1575 QualType NewBaseType in AttachBaseSpecifiers() local1577 NewBaseType = NewBaseType.getLocalUnqualifiedType(); in AttachBaseSpecifiers()1579 CXXBaseSpecifier *&KnownBase = KnownBaseTypes[NewBaseType]; in AttachBaseSpecifiers()1601 NoteIndirectBases(Context, IndirectBaseTypes, NewBaseType); in AttachBaseSpecifiers()1603 if (const RecordType *Record = NewBaseType->getAs<RecordType>()) { in AttachBaseSpecifiers()
2683 QualType NewBaseType in AttachBaseSpecifiers() local2685 NewBaseType = NewBaseType.getLocalUnqualifiedType(); in AttachBaseSpecifiers()2687 CXXBaseSpecifier *&KnownBase = KnownBaseTypes[NewBaseType]; in AttachBaseSpecifiers()2707 NoteIndirectBases(Context, IndirectBaseTypes, NewBaseType); in AttachBaseSpecifiers()2709 if (const RecordType *Record = NewBaseType->getAs<RecordType>()) { in AttachBaseSpecifiers()