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

  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
ASTContext.cpp     [all...]
DeclObjC.cpp 131 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 69 = property->getPropertyAttributes();
151 unsigned Attributes = ODS.getPropertyAttributes();
178 ODS.getPropertyAttributes(),
189 Attributes, ODS.getPropertyAttributes(),
634 getImpliedARCOwnership(property->getPropertyAttributes(),
705 getImpliedARCOwnership(property->getPropertyAttributes(),
    [all...]
SemaPseudoObject.cpp 538 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 125 PD->getPropertyAttributes();
ObjCMT.cpp 331 if ((ClassProperty->getPropertyAttributes()
332 != Property->getPropertyAttributes()) ||
  /external/clang/include/clang/Sema/
DeclSpec.h 784 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 596 Record.push_back((unsigned)D->getPropertyAttributes());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 791 unsigned Attributes = PD->getPropertyAttributes();
    [all...]
RewriteModernObjC.cpp     [all...]

Completed in 298 milliseconds