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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 119 Attributes |= ObjCDeclSpec::DQ_PR_weak;
132 !(Attributes & ObjCDeclSpec::DQ_PR_weak)));
189 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
457 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 724 DQ_PR_weak = 0x200,
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 587 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak);
    [all...]

Completed in 56 milliseconds