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;
145 ObjCDeclSpec &ODS,
156 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
158 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
161 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) ||
163 !(Attributes & ObjCDeclSpec::DQ_PR_retain) &&
164 !(Attributes & ObjCDeclSpec::DQ_PR_strong) &&
165 !(Attributes & ObjCDeclSpec::DQ_PR_copy) &&
166 !(Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained) &&
167 !(Attributes & ObjCDeclSpec::DQ_PR_weak)))
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 299 ObjCDeclSpec &OCDS;
306 ObjCDeclSpec &OCDS, SourceLocation AtLoc,
486 ObjCDeclSpec OCDS;
550 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) {
571 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
573 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
575 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
577 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
579 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain);
581 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 48 class ObjCDeclSpec;
380 ObjCDeclSpec *ObjCQualifiers;
712 ObjCDeclSpec *getObjCQualifiers() const { return ObjCQualifiers; }
713 void setObjCQualifiers(ObjCDeclSpec *quals) { ObjCQualifiers = quals; }
723 class ObjCDeclSpec {
759 ObjCDeclSpec()
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 164 milliseconds