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 106 ObjCDeclSpec &ODS,
119 Attributes |= ObjCDeclSpec::DQ_PR_weak;
121 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
123 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
126 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) ||
128 !(Attributes & ObjCDeclSpec::DQ_PR_retain) &&
129 !(Attributes & ObjCDeclSpec::DQ_PR_strong) &&
130 !(Attributes & ObjCDeclSpec::DQ_PR_copy) &&
131 !(Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained) &&
132 !(Attributes & ObjCDeclSpec::DQ_PR_weak)))
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 297 ObjCDeclSpec &OCDS;
304 ObjCDeclSpec &OCDS, SourceLocation AtLoc,
484 ObjCDeclSpec OCDS;
548 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) {
569 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
571 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
573 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
575 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
577 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain);
579 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 45 class ObjCDeclSpec;
360 ObjCDeclSpec *ObjCQualifiers;
684 ObjCDeclSpec *getObjCQualifiers() const { return ObjCQualifiers; }
685 void setObjCQualifiers(ObjCDeclSpec *quals) { ObjCQualifiers = quals; }
692 /// ObjCDeclSpec - This class captures information about
694 class ObjCDeclSpec {
730 ObjCDeclSpec()
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 64 milliseconds