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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 161 !(Attributes & ObjCDeclSpec::DQ_PR_strong) &&
259 if (Attributes & ObjCDeclSpec::DQ_PR_strong)
462 ObjCDeclSpec::DQ_PR_strong |
493 if (Attributes & ObjCDeclSpec::DQ_PR_strong)
610 if (Attributes & ObjCDeclSpec::DQ_PR_strong)
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 804 DQ_PR_strong = 0x400,
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 564 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong);
    [all...]

Completed in 75 milliseconds