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

/external/clang/include/clang/AST/
H A DCanonicalType.h652 getInterfaceType)
H A DType.h4513 /// getInterfaceType - If this pointer points to an Objective C
4518 const ObjCInterfaceType *getInterfaceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
/external/clang/lib/AST/
H A DType.cpp521 if (OPT->getInterfaceType())
H A DASTContext.cpp6600 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType();
6601 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType();
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1129 const ObjCInterfaceType *IT = PT->getInterfaceType();
H A DCGObjCMac.cpp6963 const ObjCInterfaceType *IT = PT->getInterfaceType();
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2459 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0);
H A DSemaExprObjC.cpp1564 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
H A DSemaOverload.cpp2202 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType();
2203 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType();
H A DSemaExpr.cpp10946 DstType->getAs<ObjCObjectPointerType>()->getInterfaceType())
10957 SrcType->getAs<ObjCObjectPointerType>()->getInterfaceType())
/external/lldb/source/Symbol/
H A DClangASTType.cpp1001 class_type_ptr->SetClangType (m_ast, QualType(obj_pointer_type->getInterfaceType(), 0));
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp549 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
H A DRewriteObjC.cpp449 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();

Completed in 821 milliseconds