Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11171 QualType RHSSuperType = RHS->getSuperClassType(); in areCommonBaseCompatible() local
11172 if (RHSSuperType.isNull()) in areCommonBaseCompatible()
11175 RHS = RHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible()