Home
last modified time | relevance | path

Searched refs:NewBaseType (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp2780 QualType NewBaseType in AttachBaseSpecifiers() local
2782 NewBaseType = NewBaseType.getLocalUnqualifiedType(); in AttachBaseSpecifiers()
2784 CXXBaseSpecifier *&KnownBase = KnownBaseTypes[NewBaseType]; in AttachBaseSpecifiers()
2802 if (NewBaseType->isDependentType()) in AttachBaseSpecifiers()
2806 NoteIndirectBases(Context, IndirectBaseTypes, NewBaseType); in AttachBaseSpecifiers()
2808 if (const RecordType *Record = NewBaseType->getAs<RecordType>()) { in AttachBaseSpecifiers()