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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 161 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) ||
264 if (Attributes & ObjCDeclSpec::DQ_PR_assign)
522 isAssign && !(Attributes & ObjCDeclSpec::DQ_PR_assign))
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 763 DQ_PR_assign = 0x04,
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 586 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
    [all...]

Completed in 183 milliseconds