Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h582 getInterfaceType)
DType.h5043 const ObjCInterfaceType *getInterfaceType() const;
/external/clang/lib/AST/
DType.cpp1446 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType() function in ObjCObjectPointerType
1507 if (OPT->getInterfaceType()) in getAsObjCInterfacePointerType()
DASTContext.cpp7029 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
7030 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1176 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
DCGObjCMac.cpp7202 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3593 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection()
DSemaExprObjC.cpp1762 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
DSemaOverload.cpp2281 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType(); in isObjCPointerConversion()
2282 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType(); in isObjCPointerConversion()
DSemaExpr.cpp12499 DstType->getAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
12510 SrcType->getAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()
DRewriteModernObjC.cpp534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()