Searched refs:ObjTy (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); local
107 if (CanonPointeeTy == ObjTy)
179 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); local
181 if (CanonPointeeTy == ObjTy)
H A DExprEngineCXX.cpp808 QualType ObjTy = CNE->getType()->getPointeeType(); local
810 getStoreManager().GetElementZeroRegion(NewReg, ObjTy);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp213 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C); local
214 if (!ObjTy)
217 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
310 if (const ObjCObjectType *ObjTy
312 return ObjTy;
316 if (const ObjCObjectType *ObjTy
318 return ObjTy;
332 if (const ObjCObjectType *ObjTy =
334 return ObjTy;
H A DInnerPointerChecker.cpp294 QualType ObjTy = TypedRegion->getValueType(); local
298 OS << "Pointer to inner buffer of '" << ObjTy.getAsString()
H A DMallocChecker.cpp3239 QualType ObjTy = TypedRegion->getValueType(); local
3240 OS << "Inner buffer of '" << ObjTy.getAsString() << "' ";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp141 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); local
142 if (!ObjTy)
144 const ObjCInterfaceDecl *OID = ObjTy->getInterface();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h68 llvm::DICompositeType *ObjTy = nullptr; member in class:clang::DynamicInitKind::CGDebugInfo
H A DCGDebugInfo.cpp651 if (ObjTy)
652 return ObjTy;
663 ObjTy = DBuilder.createStructType(TheCU, "objc_object", TheCU->getFile(), 0,
668 ObjTy, DBuilder.getOrCreateArray(&*DBuilder.createMemberType(
669 ObjTy, "isa", TheCU->getFile(), 0, Size, 0, 0,
671 return ObjTy;
H A DCGObjC.cpp486 const ObjCObjectType *ObjTy = ReceiverType->castAs<ObjCObjectType>(); local
487 const ObjCInterfaceDecl *ID = ObjTy->getInterface();
H A DCGObjCMac.cpp4792 const ObjCObjectType *ObjTy = OPT->getObjectType(); local
4795 ObjCInterfaceDecl *IDecl = ObjTy->getInterface();

Completed in 232 milliseconds