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

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 203 const ObjCIvarDecl *IvarDecl,
350 const ObjCIvarDecl *IvarDecl,
352 if (IvarDecl->getSynthesize()) {
353 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl);
357 os << "Instance variable "<< IvarDecl->getName() << " ";
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 120 milliseconds