Searched refs:ObjTy (Results 1 - 8 of 8) 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/StaticAnalyzer/Core/
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)
H A DExprEngineCXX.cpp436 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); local
438 getStoreManager().GetElementZeroRegion(NewReg, 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();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h59 llvm::DICompositeType ObjTy; member in class:clang::CodeGen::CGDebugInfo
H A DCGDebugInfo.cpp412 if (ObjTy)
413 return ObjTy;
424 ObjTy =
428 ObjTy.setTypeArray(DBuilder.getOrCreateArray(&*DBuilder.createMemberType(
429 ObjTy, "isa", getOrCreateMainFile(), 0, Size, 0, 0, 0, ISATy)));
430 return ObjTy;
H A DCGObjC.cpp335 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); local
336 assert(ObjTy && "Invalid Objective-C class message send");
337 OID = ObjTy->getInterface();
H A DCGObjCMac.cpp3978 const ObjCObjectType *ObjTy = OPT->getObjectType(); local
3981 ObjCInterfaceDecl *IDecl = ObjTy->getInterface();

Completed in 1972 milliseconds