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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 111 return ObjCDeclSpec::DQ_PR_weak;
167 !(Attributes & ObjCDeclSpec::DQ_PR_weak)));
270 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
592 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 770 DQ_PR_weak = 0x200,
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 602 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak);
    [all...]

Completed in 46 milliseconds