reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  239     Attrs = PD->getPropertyAttributesAsWritten();
  304     if (PD->getPropertyAttributesAsWritten() &
tools/clang/lib/ARCMigrate/TransProperties.cpp
  361       attrs = props[0].PropD->getPropertyAttributesAsWritten();
  365       assert(attrs == I->PropD->getPropertyAttributesAsWritten());
tools/clang/lib/AST/ASTImporter.cpp
 4857                                       D->getPropertyAttributesAsWritten());
tools/clang/lib/Sema/SemaChecking.cpp
13985       unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten();
tools/clang/lib/Sema/SemaObjCProperty.cpp
  367     if (Property->getPropertyAttributesAsWritten() &
  379       ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) {
  466         (PIDecl->getPropertyAttributesAsWritten() &
  507         !(PIDecl->getPropertyAttributesAsWritten()
  772       << ((property->getPropertyAttributesAsWritten()
  874   unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten();
  892     unsigned Attr = Prop->getPropertyAttributesAsWritten();
 1010   if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true;
 1027       return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask;
 1034       return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask;
 1087     unsigned PIkind = property->getPropertyAttributesAsWritten();
 1116             PIkind = ExtProp->getPropertyAttributesAsWritten();
 1193         (property->getPropertyAttributesAsWritten() &
 2131     unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  841   Record.push_back((unsigned)D->getPropertyAttributesAsWritten());
tools/clang/tools/libclang/CIndex.cpp
 7103         HasContextSensitiveKeywords = Property->getPropertyAttributesAsWritten() != 0;
 7603           if (Property->getPropertyAttributesAsWritten() != 0 &&
 8100       PD->getPropertyAttributesAsWritten();