HomeSort by relevance Sort by last modified time
    Searched refs:isReceiverSelfOrSuper (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 853 bool isReceiverSelfOrSuper() const;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 643 bool ObjCMethodCall::isReceiverSelfOrSuper() const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp     [all...]
RetainCountChecker.cpp 948 if (MC->getMethodFamily() == OMF_init && MC->isReceiverSelfOrSuper()) {
    [all...]

Completed in 85 milliseconds