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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 156 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
258 if (Attributes & ObjCDeclSpec::DQ_PR_readwrite)
369 if (Attributes & ObjCDeclSpec::DQ_PR_readwrite)
483 (Attributes & ObjCDeclSpec::DQ_PR_readwrite) &&
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 764 DQ_PR_readwrite = 0x08,
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 590 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
    [all...]

Completed in 59 milliseconds