Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp129 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C); in checkPostCall() local
130 if (!ObjTy) in checkPostCall()
133 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0)); in checkPostCall()
213 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local
215 return ObjTy; in getObjectTypeForAllocAndNew()
219 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local
221 return ObjTy; in getObjectTypeForAllocAndNew()
235 if (const ObjCObjectType *ObjTy = in getObjectTypeForAllocAndNew() local
237 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.cpp436 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); in VisitCXXNewExpr() local
438 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.h59 llvm::MDCompositeType *ObjTy = nullptr; variable
DCGDebugInfo.cpp415 if (ObjTy) in CreateType()
416 return ObjTy; in CreateType()
427 ObjTy = in CreateType()
432 ObjTy, in CreateType()
434 ObjTy, "isa", getOrCreateMainFile(), 0, Size, 0, 0, 0, ISATy))); in CreateType()
435 return ObjTy; in CreateType()
DCGObjC.cpp328 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); in EmitObjCMessageExpr() local
329 assert(ObjTy && "Invalid Objective-C class message send"); in EmitObjCMessageExpr()
330 OID = ObjTy->getInterface(); in EmitObjCMessageExpr()
DCGObjCMac.cpp3944 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt() local
3947 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt()