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

  /external/clang/lib/AST/
DeclPrinter.cpp 1056 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) {
1059 if (PDecl->getPropertyAttributes()
    [all...]
ASTDumper.cpp     [all...]
ASTContext.cpp     [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(),
626 getImpliedARCOwnership(property->getPropertyAttributes(),
697 getImpliedARCOwnership(property->getPropertyAttributes(),
    [all...]
SemaPseudoObject.cpp 489 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 125 PD->getPropertyAttributes();
  /external/clang/include/clang/Sema/
DeclSpec.h 767 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 586 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 689 milliseconds