OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MsgE
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
32
const ObjCObjectType *getObjectTypeForAllocAndNew(const ObjCMessageExpr *
MsgE
,
128
const ObjCMessageExpr *
MsgE
= Msg->getOriginExpr();
129
const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(
MsgE
, C);
210
DynamicTypePropagation::getObjectTypeForAllocAndNew(const ObjCMessageExpr *
MsgE
,
212
if (
MsgE
->getReceiverKind() == ObjCMessageExpr::Class) {
214
=
MsgE
->getClassReceiver()->getAs<ObjCObjectType>())
218
if (
MsgE
->getReceiverKind() == ObjCMessageExpr::SuperClass) {
220
=
MsgE
->getSuperType()->getAs<ObjCObjectType>())
224
const Expr *RecE =
MsgE
->getInstanceReceiver();
/external/clang/lib/Sema/
ScopeInfo.cpp
162
else if (const ObjCMessageExpr *
MsgE
= dyn_cast<ObjCMessageExpr>(E)) {
164
if (const ObjCMethodDecl *MD =
MsgE
->getMethodDecl()) {
167
WeakObjectUses.find(WeakObjectProfileTy(
MsgE
->getInstanceReceiver(),
/external/clang/tools/libclang/
CXCursor.cpp
[
all
...]
Completed in 436 milliseconds