HomeSort by relevance Sort by last modified time
    Searched defs:Ivars (Results 1 - 6 of 6) 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.
100 /// Statement visitor, which walks the method body and flags the ivars
103 /// The set of Ivars which need to be invalidated.
104 IvarSet &IVars;
155 : IVars(InIVars),
192 /// Given the property declaration, and the list of tracked ivars, finds
313 // We only track the ivars/properties that are defined in the curren
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 431 llvm::Constant *IVars,
641 /// constructors from Objective-C ivars.
644 /// constructors to Objective-C ivars.
    [all...]
CGObjCMac.cpp 4934 SmallVector<const ObjCIvarDecl*, 32> ivars; local
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 384 SmallVectorImpl<ObjCIvarDecl *> &IVars);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 589 milliseconds