Searched refs:NewBaseType (Results 1 – 1 of 1) sorted by relevance
2423 QualType NewBaseType in AttachBaseSpecifiers() local2425 NewBaseType = NewBaseType.getLocalUnqualifiedType(); in AttachBaseSpecifiers()2427 CXXBaseSpecifier *&KnownBase = KnownBaseTypes[NewBaseType]; in AttachBaseSpecifiers()2447 NoteIndirectBases(Context, IndirectBaseTypes, NewBaseType); in AttachBaseSpecifiers()2449 if (const RecordType *Record = NewBaseType->getAs<RecordType>()) { in AttachBaseSpecifiers()