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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 154 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
246 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
353 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
592 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 777 DQ_PR_readonly = 0x01,
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 588 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
    [all...]

Completed in 192 milliseconds