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 126 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C);
127 if (!ObjTy)
130 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
196 if (const ObjCObjectType *ObjTy
198 return ObjTy;
202 if (const ObjCObjectType *ObjTy
204 return ObjTy;
218 if (const ObjCObjectType *ObjTy =
220 return ObjTy;
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 105 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
106 if (CanonPointeeTy == ObjTy)
177 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
179 if (CanonPointeeTy == ObjTy)
ExprEngineCXX.cpp 236 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType();
238 getStoreManager().GetElementZeroRegion(NewReg, ObjTy);
264 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType();
265 (void)ObjTy;
266 assert(!ObjTy->isRecordType());
  /external/clang/lib/CodeGen/
CGDebugInfo.h 54 llvm::DIType ObjTy;
CGDebugInfo.cpp 366 if (ObjTy.Verify())
367 return ObjTy;
393 ObjTy = llvm::DIType(ObjNode);
394 return ObjTy;
    [all...]
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/Edit/
RewriteObjCFoundationAPI.cpp 141 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
142 if (!ObjTy)
144 const ObjCInterfaceDecl *OID = ObjTy->getInterface();
    [all...]

Completed in 243 milliseconds