Home
last modified time | relevance | path

Searched refs:ObjTy (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp226 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C); in checkPostCall() local
227 if (!ObjTy) in checkPostCall()
230 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0)); in checkPostCall()
312 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local
314 return ObjTy; in getObjectTypeForAllocAndNew()
318 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local
320 return ObjTy; in getObjectTypeForAllocAndNew()
334 if (const ObjCObjectType *ObjTy = in getObjectTypeForAllocAndNew() local
336 return ObjTy; in getObjectTypeForAllocAndNew()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp95 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local
96 if (CanonPointeeTy == ObjTy) in castRegion()
167 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local
169 if (CanonPointeeTy == ObjTy) in castRegion()
DExprEngineCXX.cpp492 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); in VisitCXXNewExpr() local
494 getStoreManager().GetElementZeroRegion(NewReg, ObjTy); in VisitCXXNewExpr()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); in maybeAdjustInterfaceForSubscriptingCheck() local
143 if (!ObjTy) in maybeAdjustInterfaceForSubscriptingCheck()
145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck()
/external/clang/lib/CodeGen/
DCGDebugInfo.h63 llvm::DICompositeType *ObjTy = nullptr; variable
DCGDebugInfo.cpp436 if (ObjTy) in CreateType()
437 return ObjTy; in CreateType()
448 ObjTy = in CreateType()
453 ObjTy, in CreateType()
455 ObjTy, "isa", getOrCreateMainFile(), 0, Size, 0, 0, 0, ISATy))); in CreateType()
456 return ObjTy; in CreateType()
DCGObjC.cpp393 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); in EmitObjCMessageExpr() local
394 assert(ObjTy && "Invalid Objective-C class message send"); in EmitObjCMessageExpr()
395 OID = ObjTy->getInterface(); in EmitObjCMessageExpr()
DCGObjCMac.cpp4164 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt() local
4167 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt()