Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp127 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C); in checkPostCall() local
128 if (!ObjTy) in checkPostCall()
131 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0)); in checkPostCall()
197 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local
199 return ObjTy; in getObjectTypeForAllocAndNew()
203 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local
205 return ObjTy; in getObjectTypeForAllocAndNew()
219 if (const ObjCObjectType *ObjTy = in getObjectTypeForAllocAndNew() local
221 return ObjTy; in getObjectTypeForAllocAndNew()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp311 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); in VisitCXXNewExpr() local
313 getStoreManager().GetElementZeroRegion(NewReg, ObjTy); in VisitCXXNewExpr()
338 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); in VisitCXXNewExpr() local
339 (void)ObjTy; in VisitCXXNewExpr()
340 assert(!ObjTy->isRecordType()); in VisitCXXNewExpr()
DStore.cpp106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local
107 if (CanonPointeeTy == ObjTy) in castRegion()
178 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local
180 if (CanonPointeeTy == ObjTy) in castRegion()
/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.h54 llvm::DIType ObjTy; variable
DCGDebugInfo.cpp383 if (ObjTy.Verify()) in CreateType()
384 return ObjTy; in CreateType()
409 ObjTy = llvm::DIType(ObjNode); in CreateType()
410 return ObjTy; in CreateType()
DCGObjC.cpp309 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); in EmitObjCMessageExpr() local
310 assert(ObjTy && "Invalid Objective-C class message send"); in EmitObjCMessageExpr()
311 OID = ObjTy->getInterface(); in EmitObjCMessageExpr()
DCGObjCMac.cpp4005 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt() local
4008 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt()