Home
last modified time | relevance | path

Searched refs:ObjT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp132 QualType ObjT = Obj->getType().getUnqualifiedType(); in run() local
136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
137 ObjT = ACtx.getPointerType( in run()
138 ObjT->getPointeeType().getCanonicalType().getUnqualifiedType()); in run()
146 OS << "a pointer value of type '" << ObjT << "' to a "; in run()
156 "a method on '" + ObjT.getAsString() + "' to get the scalar value"; in run()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp54 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in canApplyWeak() local
55 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in canApplyWeak()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1259 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local
1261 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
H A DSemaExprObjC.cpp4593 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local
4595 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl()) in CheckObjCARCUnavailableWeakConversion()
H A DSemaType.cpp7153 if (const ObjCObjectPointerType *ObjT = in handleObjCOwnershipTypeAttr() local
7155 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) { in handleObjCOwnershipTypeAttr()
7158 S.Diag(ObjT->getInterfaceDecl()->getLocation(), in handleObjCOwnershipTypeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6462 while (const auto *ObjT = baseType->getAs<ObjCObjectType>()) {
6463 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT))
6466 baseType = ObjT->getBaseType();