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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h653 getInterfaceType)
H A DType.h4486 /// getInterfaceType - If this pointer points to an Objective C
4491 const ObjCInterfaceType *getInterfaceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp517 if (OPT->getInterfaceType())
H A DASTContext.cpp6675 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType();
6676 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1152 const ObjCInterfaceType *IT = PT->getInterfaceType();
H A DCGObjCMac.cpp6980 const ObjCInterfaceType *IT = PT->getInterfaceType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2382 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0);
H A DSemaExprObjC.cpp1504 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
H A DSemaOverload.cpp2193 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType();
2194 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp1050 class_type_ptr->SetClangType (m_ast, QualType(obj_pointer_type->getInterfaceType(), 0));
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp448 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
H A DRewriteModernObjC.cpp548 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();

Completed in 500 milliseconds