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

/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp53 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) {
54 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5932 while (const auto *ObjT = baseType->getAs<ObjCObjectType>()) {
5933 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT))
5936 baseType = ObjT->getBaseType();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1271 if (const ObjCObjectPointerType *ObjT =
1273 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl();
H A DSemaType.cpp6412 if (const ObjCObjectPointerType *ObjT =
6414 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) {
6417 S.Diag(ObjT->getInterfaceDecl()->getLocation(),
H A DSemaExprObjC.cpp4441 if (const ObjCObjectPointerType *ObjT =
4443 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl())

Completed in 160 milliseconds