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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp132 QualType ObjT = Obj->getType().getUnqualifiedType(); local
136 assert(ObjT.getCanonicalType()->isPointerType());
137 ObjT = ACtx.getPointerType(
138 ObjT->getPointeeType().getCanonicalType().getUnqualifiedType());
146 OS << "a pointer value of type '" << ObjT.getAsString() << "' to a ";
156 "a method on '" + ObjT.getAsString() + "' to get the scalar value";
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp54 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) {
55 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6028 while (const auto *ObjT = baseType->getAs<ObjCObjectType>()) {
6029 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT))
6032 baseType = ObjT->getBaseType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1267 if (const ObjCObjectPointerType *ObjT =
1269 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl();
H A DSemaExprObjC.cpp4583 if (const ObjCObjectPointerType *ObjT =
4585 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl())
H A DSemaType.cpp6602 if (const ObjCObjectPointerType *ObjT =
6604 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) {
6607 S.Diag(ObjT->getInterfaceDecl()->getLocation(),

Completed in 150 milliseconds