Home
last modified time | relevance | path

Searched refs:RecE (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp323 const Expr *RecE = MsgE->getInstanceReceiver(); in getObjectTypeForAllocAndNew() local
324 if (!RecE) in getObjectTypeForAllocAndNew()
327 RecE= RecE->IgnoreParenImpCasts(); in getObjectTypeForAllocAndNew()
328 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(RecE)) { in getObjectTypeForAllocAndNew()
/external/clang/lib/Index/
DIndexBody.cpp169 if (auto *RecE = dyn_cast<ObjCMessageExpr>( in VisitObjCMessageExpr() local
171 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp717 if (const Expr *RecE = getOriginExpr()->getInstanceReceiver()) in getReceiverSVal() local
718 return getSVal(RecE); in getReceiverSVal()
/external/clang/tools/libclang/
DCXCursor.cpp1488 if (auto *RecE = dyn_cast<ObjCMessageExpr>( in clang_Cursor_isDynamicCall() local
1490 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()