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 126 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 68 = property->getPropertyAttributes();
147 unsigned Attributes = ODS.getPropertyAttributes();
174 ODS.getPropertyAttributes(),
185 Attributes, ODS.getPropertyAttributes(),
652 getImpliedARCOwnership(property->getPropertyAttributes(),
723 getImpliedARCOwnership(property->getPropertyAttributes(),
    [all...]
SemaPseudoObject.cpp 544 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 520 if ((ClassProperty->getPropertyAttributes()
521 != Property->getPropertyAttributes()) ||
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 397 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
  /external/clang/include/clang/Sema/
DeclSpec.h 800 ObjCPropertyAttributeKind getPropertyAttributes() const {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCGNU.cpp 249 int attrs = property->getPropertyAttributes();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 614 Record.push_back((unsigned)D->getPropertyAttributes());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp 798 unsigned Attributes = PD->getPropertyAttributes();
    [all...]

Completed in 744 milliseconds