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

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 572 assert(PropDecl->getSetterKind() == ObjCPropertyDecl::Copy ||
573 PropDecl->getSetterKind() == ObjCPropertyDecl::Retain);
578 if (PropDecl->getSetterKind() == ObjCPropertyDecl::Retain)
685 assert(PropDecl->getSetterKind() == ObjCPropertyDecl::Weak ||
686 (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign &&
701 if (PropDecl->getSetterKind() == ObjCPropertyDecl::Weak)
896 ObjCPropertyDecl::SetterKind SK = PropDecl->getSetterKind();
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 839 /// getSetterKind - Return the method used for doing assignment in
842 SetterKind getSetterKind() const {
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 668 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 68 milliseconds