Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9926 QualType RHSSuperType = RHS->getSuperClassType(); in areCommonBaseCompatible() local
9927 if (RHSSuperType.isNull()) in areCommonBaseCompatible()
9930 RHS = RHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible()