| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Type.h | 5835 const ObjCObjectType *getObjectType() const { 5851 return getObjectType()->getInterface(); 5857 return getObjectType()->isObjCUnqualifiedId(); 5874 return getObjectType()->isObjCQualifiedId(); 5880 return getObjectType()->isObjCQualifiedClass(); 5903 return getObjectType()->getTypeArgs(); 5908 return getObjectType()->getTypeArgsAsWritten(); 5920 return getObjectType()->qual_begin(); 5924 return getObjectType()->qual_end(); 5931 return getObjectType()->getNumProtocols(); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 397 if (To->getObjectType()->getSuperClassType().isNull()) { in getMostInformativeDerivedClassImpl() 405 To->getObjectType()->getSuperClassType()->getAs<ObjCObjectType>(); in getMostInformativeDerivedClassImpl()
|
| H A D | LocalizationChecker.cpp | 910 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 581 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx) in isObjCIdOrObjectKindOfType() 722 QualType obj = getObjectType()->stripObjCKindOfTypeAndQuals(ctx); in stripObjCKindOfTypeAndQuals() 1190 const auto *obj = objPtr->getObjectType(); in substObjCTypeArgs() 1407 objectType = objectPointerType->getObjectType(); in getObjCSubstitutions() 1531 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() 1540 QualType superObjectType = getObjectType()->getSuperClassType(); in getSuperClassType() 3895 if (opt->getObjectType()->isObjCClass()) in isObjCARCImplicitlyUnretainedType()
|
| H A D | ASTContext.cpp | 4528 const ObjCObjectType *objT = objPtr->getObjectType(); in applyObjCProtocolQualifiers() 8000 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in canAssignObjCInterfaces() 8001 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces() 8117 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in getIntersectionOfProtocols() 8118 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in getIntersectionOfProtocols() 8236 const ObjCObjectType *LHS = Lptr->getObjectType(); in areCommonBaseCompatible() 8237 const ObjCObjectType *RHS = Rptr->getObjectType(); in areCommonBaseCompatible()
|
| H A D | ExprConstant.cpp | 7842 static QualType getObjectType(APValue::LValueBase B) { in getObjectType() function 8051 QualType BaseTy = getObjectType(LVal.getLValueBase()); in determineEndOffset()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1179 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType() 1193 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType() 1474 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr()
|
| H A D | SemaExprObjC.cpp | 3124 if (OPT->getObjectType()->isObjCClass()) { in BuildInstanceMessage() 3804 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast() 3870 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
|
| H A D | SemaObjCProperty.cpp | 602 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl()
|
| H A D | SemaStmt.cpp | 1840 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
|
| H A D | SemaDeclObjC.cpp | 53 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType(); in checkInitMethod()
|
| H A D | SemaType.cpp | 6557 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
|
| H A D | SemaDeclAttr.cpp | 155 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexBody.cpp | 278 addReceivers(Ptr->getObjectType()); in VisitObjCMessageExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1216 if (PT->getObjectType()->isObjCClass() && in getRuntimeDefinition()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 288 clang::QualType(pointer_objcobjpointertype->getObjectType(), 0); in CreateResultVariable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 434 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 218 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()
|
| H A D | CGObjCGNU.cpp | 2277 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType()
|
| H A D | CGExprScalar.cpp | 2515 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType()); in EmitScalarPrePostIncDec()
|
| H A D | CGObjCMac.cpp | 4582 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1858 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()
|
| H A D | RewriteModernObjC.cpp | 1966 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()
|