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

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 127 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C);
128 if (!ObjTy)
131 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
197 if (const ObjCObjectType *ObjTy
199 return ObjTy;
203 if (const ObjCObjectType *ObjTy
205 return ObjTy;
219 if (const ObjCObjectType *ObjTy =
221 return ObjTy;
  /external/clang/lib/CodeGen/
CGDebugInfo.h 54 llvm::DIType ObjTy;
CGObjC.cpp 309 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
310 assert(ObjTy && "Invalid Objective-C class message send");
311 OID = ObjTy->getInterface();
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 311 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType();
313 getStoreManager().GetElementZeroRegion(NewReg, ObjTy);
338 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType();
339 (void)ObjTy;
340 assert(!ObjTy->isRecordType());
Store.cpp 106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
107 if (CanonPointeeTy == ObjTy)
178 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
180 if (CanonPointeeTy == ObjTy)
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
143 if (!ObjTy)
145 const ObjCInterfaceDecl *OID = ObjTy->getInterface();
    [all...]

Completed in 195 milliseconds