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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4471 /// For 'A*', getObjectType() will return 'A'.
4472 /// For 'A<P>*', getObjectType() will return 'A<P>'.
4473 /// For 'AP*', getObjectType() will return 'A<P>'.
4474 /// For 'A1*', getObjectType() will return 'A'.
4475 /// For 'A1<P>*', getObjectType() will return 'A1<P>'.
4476 /// For 'A1P*', getObjectType() will return 'A1<P>'.
4477 /// For 'A1PQ*', getObjectType() will return 'A1<Q>', because
4479 /// old qualifiers (for now). But if it didn't, getObjectType()
4482 const ObjCObjectType *getObjectType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4492 return getObjectType()
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1124 const ObjCObjectType *ty = opty->getObjectType();
1138 if (opty && !opty->getObjectType()->getInterface())
1412 const ObjCObjectType *OT = OPT->getObjectType();
H A DSemaExprObjC.cpp3198 = InterfacePointerType->getObjectType()->getInterface();
3242 = InterfacePointerType->getObjectType()->getInterface();
H A DSemaObjCProperty.cpp558 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
H A DSemaDeclObjC.cpp52 ->castAs<ObjCObjectPointerType>()->getObjectType();
H A DSemaStmt.cpp1609 const ObjCObjectType *objectType = pointerType->getObjectType();
H A DSemaDeclAttr.cpp185 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
/freebsd-10.3-release/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h190 virtual StringRef getObjectType() const { return "ELF"; } function in class:llvm::object::ELFObjectFile
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6630 const ObjCObjectType* LHS = LHSOPT->getObjectType();
6631 const ObjCObjectType* RHS = RHSOPT->getObjectType();
6700 const ObjCObjectType* LHS = LHSOPT->getObjectType();
6701 const ObjCObjectType* RHS = RHSOPT->getObjectType();
6743 const ObjCObjectType *LHS = Lptr->getObjectType();
6744 const ObjCObjectType *RHS = Rptr->getObjectType();
H A DType.cpp2350 if (opt->getObjectType()->isObjCClass())
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp300 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRForTarget.cpp560 clang::QualType element_qual_type = clang::QualType(pointer_objcobjpointertype->getObjectType(), 0);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1715 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
H A DCGObjC.cpp184 = InterfacePointerType->getObjectType()->getInterface();
H A DCGObjCGNU.cpp1123 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface();
H A DCGObjCMac.cpp4009 const ObjCObjectType *ObjTy = OPT->getObjectType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1891 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface();
H A DRewriteModernObjC.cpp2022 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface();

Completed in 392 milliseconds