Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7293 QualType RHSSuperType = RHS->getSuperClassType(); in areCommonBaseCompatible() local
7294 if (RHSSuperType.isNull()) in areCommonBaseCompatible()
7297 RHS = RHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9151 QualType RHSSuperType = RHS->getSuperClassType(); in areCommonBaseCompatible() local
9152 if (RHSSuperType.isNull()) in areCommonBaseCompatible()
9155 RHS = RHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible()