Searched defs:ObjTy (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp129 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C); local
130 if (!ObjTy)
133 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
213 if (const ObjCObjectType *ObjTy
215 return ObjTy;
219 if (const ObjCObjectType *ObjTy
221 return ObjTy;
235 if (const ObjCObjectType *ObjTy =
237 return ObjTy;
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h59 llvm::DICompositeType ObjTy; member in class:clang::CodeGen::CGDebugInfo
H A DCGObjC.cpp337 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); local
338 assert(ObjTy && "Invalid Objective-C class message send");
339 OID = ObjTy->getInterface();
H A DCGObjCMac.cpp4008 const ObjCObjectType *ObjTy = OPT->getObjectType(); local
4011 ObjCInterfaceDecl *IDecl = ObjTy->getInterface();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp387 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); local
389 getStoreManager().GetElementZeroRegion(NewReg, ObjTy);
H A DStore.cpp106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); local
107 if (CanonPointeeTy == ObjTy)
178 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); local
180 if (CanonPointeeTy == ObjTy)
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); local
143 if (!ObjTy)
145 const ObjCInterfaceDecl *OID = ObjTy->getInterface();

Completed in 348 milliseconds