OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjTy
(Results
1 - 7
of
7
) 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/CodeGen/
CGDebugInfo.h
59
llvm::DICompositeType
ObjTy
;
CGObjC.cpp
337
const ObjCObjectType *
ObjTy
= ReceiverType->getAs<ObjCObjectType>();
338
assert(
ObjTy
&& "Invalid Objective-C class message send");
339
OID =
ObjTy
->getInterface();
[
all
...]
CGObjCMac.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
387
QualType
ObjTy
= CNE->getType()->getAs<PointerType>()->getPointeeType();
389
getStoreManager().GetElementZeroRegion(NewReg,
ObjTy
);
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 157 milliseconds