HomeSort by: relevance | last modified time | path
    Searched refs:getPropertyAttributesAsWritten (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp 238 Attrs = PD->getPropertyAttributesAsWritten();
303 if (PD->getPropertyAttributesAsWritten() &
TransProperties.cpp 362 props[0].PropD->getPropertyAttributesAsWritten();
366 assert(attrs == I->PropD->getPropertyAttributesAsWritten());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 360 if (Property->getPropertyAttributesAsWritten() &
372 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) {
460 (PIDecl->getPropertyAttributesAsWritten() &
501 !(PIDecl->getPropertyAttributesAsWritten() &
778 << ((property->getPropertyAttributesAsWritten() &
879 unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten();
897 unsigned Attr = Prop->getPropertyAttributesAsWritten();
1016 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true;
1033 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask;
1040 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 824 ObjCPropertyAttribute::Kind getPropertyAttributesAsWritten() const {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 7257 Property->getPropertyAttributesAsWritten() != 0;
7755 if (Property->getPropertyAttributesAsWritten() != 0 &&
8255 ObjCPropertyAttribute::Kind Attr = PD->getPropertyAttributesAsWritten();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 861 Record.push_back((unsigned)D->getPropertyAttributesAsWritten());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 5162 D->getPropertyAttributesAsWritten());

Completed in 106 milliseconds