Home
last modified time | relevance | path

Searched defs:isReadWrite (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty() local
567 } else if (getOwnershipRule(Attributes) || !isReadWrite) { in CreatePropertyDecl() argument
413 HandlePropertyInClassExtension(Scope * S,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,Selector GetterSel,SourceLocation GetterNameLoc,Selector SetterSel,SourceLocation SetterNameLoc,const bool isReadWrite,unsigned & Attributes,const unsigned AttributesAsWritten,QualType T,TypeSourceInfo * TSI,tok::ObjCKeywordKind MethodImplKind) HandlePropertyInClassExtension() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1079 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } isReadWrite() function