Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10038 QualType RHSSuperType = RHS->getSuperClassType(); in areCommonBaseCompatible() local
10039 if (RHSSuperType.isNull()) in areCommonBaseCompatible()
10042 RHS = RHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible()