Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp5270 const ObjCObjectType *RHSObjTy = RhsT->getAs<ObjCObjectType>(); in EvaluateBinaryTypeTrait() local
5271 if (!LHSObjTy || !RHSObjTy) in EvaluateBinaryTypeTrait()
5275 ObjCInterfaceDecl *DerivedInterface = RHSObjTy->getInterface(); in EvaluateBinaryTypeTrait()