Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7243 QualType LHSSuperType = LHS->getSuperClassType(); in areCommonBaseCompatible() local
7244 if (LHSSuperType.isNull()) in areCommonBaseCompatible()
7247 LHS = LHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible()