Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9265 QualType RHSSuperType = RHS->getSuperClassType(); in areCommonBaseCompatible() local
9266 if (RHSSuperType.isNull()) in areCommonBaseCompatible()
9269 RHS = RHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible()