HomeSort by relevance Sort by last modified time
    Searched refs:ObjTy (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 129 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C);
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/
Store.cpp 106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
107 if (CanonPointeeTy == ObjTy)
178 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
180 if (CanonPointeeTy == ObjTy)
ExprEngineCXX.cpp 436 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType();
438 getStoreManager().GetElementZeroRegion(NewReg, ObjTy);
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
143 if (!ObjTy)
145 const ObjCInterfaceDecl *OID = ObjTy->getInterface();
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 59 llvm::DICompositeType ObjTy;
CGDebugInfo.cpp 412 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;
    [all...]
CGObjC.cpp 335 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
336 assert(ObjTy && "Invalid Objective-C class message send");
337 OID = ObjTy->getInterface();
    [all...]
CGObjCMac.cpp     [all...]

Completed in 593 milliseconds