HomeSort by relevance Sort by last modified time
    Searched defs:IVars (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 21 // the ivars or call another invalidation method (on self).
23 // Partial invalidor annotation allows to addess cases when ivars are
26 // method and all the partial methods cumulatively invalidate all ivars.
50 /// Check that all ivars are invalidated.
97 /// Statement visitor, which walks the method body and flags the ivars
100 /// The set of Ivars which need to be invalidated.
101 IvarSet &IVars;
152 : IVars(InIVars),
189 /// Given the property declaration, and the list of tracked ivars, finds
325 // We only track the ivars/properties that are defined in the current
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp 378 SmallVectorImpl<ObjCIvarDecl *> &IVars);
    [all...]

Completed in 2800 milliseconds