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 877 bool isReceiverSelfOrSuper() const;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp     [all...]
RetainCountChecker.cpp 966 if (MC->getMethodFamily() == OMF_init && MC->isReceiverSelfOrSuper()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 654 bool ObjCMethodCall::isReceiverSelfOrSuper() const {
    [all...]

Completed in 82 milliseconds