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

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 528 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl();
531 if (IvarDecl->getContainingInterface() !=
557 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface();
568 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
575 OS << "The '" << *IvarDecl << "' ivar in '" << *ImplDecl
632 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl();
636 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
891 const ObjCIvarDecl *IvarDecl;
893 if (!isSynthesizedRetainableProperty(PropImpl, &IvarDecl, &PropDecl))
    [all...]
IvarInvalidationChecker.cpp 200 const ObjCIvarDecl *IvarDecl,
346 const ObjCIvarDecl *IvarDecl,
348 if (IvarDecl->getSynthesize()) {
349 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl);
353 os << "Instance variable "<< IvarDecl->getName() << " ";
NullabilityChecker.cpp 420 for (const auto *IvarDecl : ID->ivars()) {
421 SVal LV = State->getLValue(IvarDecl, SelfVal);
422 if (checkValueAtLValForInvariantViolation(State, LV, IvarDecl->getType())) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 1456 milliseconds