HomeSort by relevance Sort by last modified time
    Searched full:invalidationmethod (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 120 const ObjCMethodDecl *InvalidationMethod;
160 InvalidationMethod(nullptr),
584 // If InvalidationMethod is present, we are processing the message send and
587 if (!InvalidationMethod ||
588 (InvalidationMethod && I->second.hasMethod(InvalidationMethod)))
718 InvalidationMethod = MD;
720 InvalidationMethod = nullptr;

Completed in 485 milliseconds