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

  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
ASTContext.cpp     [all...]
DeclObjC.cpp 127 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 69 = property->getPropertyAttributes();
148 unsigned Attributes = ODS.getPropertyAttributes();
175 ODS.getPropertyAttributes(),
186 Attributes, ODS.getPropertyAttributes(),
655 getImpliedARCOwnership(property->getPropertyAttributes(),
726 getImpliedARCOwnership(property->getPropertyAttributes(),
    [all...]
SemaPseudoObject.cpp 548 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 123 PD->getPropertyAttributes();
ObjCMT.cpp 632 if ((ClassProperty->getPropertyAttributes()
633 != Property->getPropertyAttributes()) ||
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 397 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 817 ObjCPropertyAttributeKind getPropertyAttributes() const {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCGNU.cpp 252 int attrs = property->getPropertyAttributes();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 684 Record.push_back((unsigned)D->getPropertyAttributes());
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp 789 unsigned Attributes = PD->getPropertyAttributes();
    [all...]

Completed in 108 milliseconds