Searched refs:IfaceTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1409 QualType IfaceTy = IfaceVar->getType(); local
1411 if (S.Context.hasSameUnqualifiedType(ImplTy, IfaceTy))
1425 IfaceTy->getAs<ObjCObjectPointerType>()) {
1441 << MethodImpl->getDeclName() << IfaceTy << ImplTy;

Completed in 171 milliseconds