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 226 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C);
227 if (!ObjTy)
230 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
312 if (const ObjCObjectType *ObjTy
314 return ObjTy;
318 if (const ObjCObjectType *ObjTy
320 return ObjTy;
334 if (const ObjCObjectType *ObjTy =
336 return ObjTy;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 95 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
96 if (CanonPointeeTy == ObjTy)
167 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
169 if (CanonPointeeTy == ObjTy)
ExprEngineCXX.cpp 492 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType();
494 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 65 llvm::DICompositeType *ObjTy = nullptr;
CGDebugInfo.cpp 488 if (ObjTy)
489 return ObjTy;
500 ObjTy =
505 ObjTy,
507 ObjTy, "isa", getOrCreateMainFile(), 0, Size, 0, 0, 0, ISATy)));
508 return ObjTy;
    [all...]
CGObjC.cpp 393 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
394 assert(ObjTy && "Invalid Objective-C class message send");
395 OID = ObjTy->getInterface();
    [all...]
CGObjCMac.cpp     [all...]

Completed in 210 milliseconds