Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7112 QualType RHSSuperType = RHS->getSuperClassType(); in areCommonBaseCompatible() local
7113 if (RHSSuperType.isNull()) in areCommonBaseCompatible()
7116 RHS = RHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible()