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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h 24 kind_readonly = 0x01, enumerator in enum:clang::ObjCPropertyAttribute::Kind
DeclObjC.h 836 return (PropertyAttributes & ObjCPropertyAttribute::kind_readonly);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 190 !(Attributes & ObjCPropertyAttribute::kind_readonly));
274 if (Attributes & ObjCPropertyAttribute::kind_readonly)
275 attributesAsWritten |= ObjCPropertyAttribute::kind_readonly;
352 if ((Attrs & ObjCPropertyAttribute::kind_readonly) == 0)
650 if (Attributes & ObjCPropertyAttribute::kind_readonly)
651 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readonly);
1138 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) &&
1224 ObjCPropertyAttribute::kind_readonly) &&
1650 if ((CAttr & ObjCPropertyAttribute::kind_readonly) &&
1658 else if (!(SAttr & ObjCPropertyAttribute::kind_readonly)) {
    [all...]
SemaCodeComplete.cpp 6779 if ((Attributes & ObjCPropertyAttribute::kind_readonly) &&
6813 ObjCPropertyAttribute::kind_readonly))
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp 305 ObjCPropertyAttribute::kind_readonly)) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1538 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) {
JSONNodeDumper.cpp 1023 Attrs & ObjCPropertyAttribute::kind_readonly);
TextNodeDumper.cpp 2235 if (Attrs & ObjCPropertyAttribute::kind_readonly)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 868 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readonly);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 248 if (attrs & ObjCPropertyAttribute::kind_readonly) {

Completed in 42 milliseconds