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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 111 return ObjCDeclSpec::DQ_PR_weak;
142 ObjCDeclSpec &ODS,
153 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
155 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
158 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) ||
160 !(Attributes & ObjCDeclSpec::DQ_PR_retain) &&
161 !(Attributes & ObjCDeclSpec::DQ_PR_strong) &&
162 !(Attributes & ObjCDeclSpec::DQ_PR_copy) &&
163 !(Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained) &&
164 !(Attributes & ObjCDeclSpec::DQ_PR_weak)))
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 440 ObjCDeclSpec OCDS;
533 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) {
554 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
556 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
558 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
560 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
562 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain);
564 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong);
566 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy);
568 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 49 class ObjCDeclSpec;
400 ObjCDeclSpec *ObjCQualifiers;
762 ObjCDeclSpec *getObjCQualifiers() const { return ObjCQualifiers; }
763 void setObjCQualifiers(ObjCDeclSpec *quals) { ObjCQualifiers = quals; }
773 class ObjCDeclSpec {
809 ObjCDeclSpec()
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 155 milliseconds