Searched refs:NewBaseType (Results 1 – 1 of 1) sorted by relevance
2930 QualType NewBaseType in AttachBaseSpecifiers() local2932 NewBaseType = NewBaseType.getLocalUnqualifiedType(); in AttachBaseSpecifiers()2934 CXXBaseSpecifier *&KnownBase = KnownBaseTypes[NewBaseType]; in AttachBaseSpecifiers()2952 if (NewBaseType->isDependentType()) in AttachBaseSpecifiers()2956 NoteIndirectBases(Context, IndirectBaseTypes, NewBaseType); in AttachBaseSpecifiers()2958 if (const RecordType *Record = NewBaseType->getAs<RecordType>()) { in AttachBaseSpecifiers()