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;
164 !(Attributes & ObjCDeclSpec::DQ_PR_weak)));
261 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
446 (Attributes & ObjCDeclSpec::DQ_PR_weak) &&
465 ObjCDeclSpec::DQ_PR_weak)))
613 if (Attributes & ObjCDeclSpec::DQ_PR_weak)
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 803 DQ_PR_weak = 0x200,
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 572 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak);
    [all...]

Completed in 68 milliseconds